> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-pt/productos/disaster-recovery/concepts/drills.md).

# Simulacros

Um plano de recuperação só vale se sabes que funciona. O **Simulacro** (exercício) permite testá-lo sem tocar no ambiente real.

### O que é um Simulacro

O Simulacro levanta o ambiente replicado **em paralelo**, para verificar que a recuperação funcionaria mesmo, sem interromper a produção nem alterar o plano. É um teste completo do failover em condições controladas.

### Por que não afeta a produção

* O ambiente de teste usa uma **IP pública diferente**, assim não interfere com o serviço real nem redireciona o tráfego dos teus utilizadores.
* Ao terminar, o **ambiente do Simulacro é eliminado**, sem deixar recursos pendurados.

### Para que te serve

* **Validar** que o plano recupera o que esperas, antes de precisares dele a sério.
* **Gerar evidência**: o Simulacro deixa relatórios úteis para auditoria, segurança e conformidade.

> #### 📘 Um DR não testado é uma suposição
>
> Muitas recuperações falham precisamente no dia do desastre, por um detalhe que ninguém verificou.&#x20;
>
> Executar simulacros de forma periódica transforma o teu plano em algo demonstrável: não só dizes que recuperas, mostras-o com relatórios.

### Onde continuar

* A operação real que o Simulacro testa: [Failover e failback.](/docs-pt/productos/disaster-recovery/concepts/failover-and-failback.md)
* O que é replicado e com que frequência: [A Réplica.](/docs-pt/productos/disaster-recovery/concepts/the-replica.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/docs-pt/productos/disaster-recovery/concepts/drills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
