> 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/productos/disaster-recovery/concepts/drills.md).

# Simulacros

Un plan de recuperación solo vale si sabes que funciona. El **simulacro** (drill) te deja probarlo sin tocar el entorno real.

### Qué es un simulacro

El simulacro levanta el entorno replicado **en paralelo**, para comprobar que la recuperación funcionaría de verdad, sin interrumpir producción ni alterar el plan. Es un ensayo completo del failover en condiciones controladas.

### Por qué no afecta a producción

* El entorno de prueba usa una **IP pública distinta**, así no interfiere con el servicio real ni redirige tráfico de tus usuarios.
* Al terminar, el **entorno del simulacro se elimina**, sin dejar recursos colgando.

### Para qué te sirve

* **Validar** que el plan recupera lo que esperas, antes de necesitarlo de verdad.
* **Generar evidencia**: el simulacro deja reporting útil para auditoría, seguridad y cumplimiento.

> #### 📘 Un DR sin probar es una suposición
>
> Muchas recuperaciones fallan justo el día del desastre, por un detalle que nadie comprobó.&#x20;
>
> Ejecutar simulacros de forma periódica convierte tu plan en algo demostrable: no solo dices que recuperas, lo enseñas con informes.

### Dónde seguir

* La operación real que ensaya el simulacro: [Failover y failback.](/productos/disaster-recovery/concepts/failover-and-failback.md)
* Qué se replica y cada cuánto: [La réplica.](/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/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.
