# Manage recovery

> This skill helps users choose the right path to Manage data protection and recovery for ECS. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your situation.

Part of **Elastic Compute Service (ECS)**. Get the full, executable skill via `POST https://www.company-skill.com/api/route`.

## Related queries

configure automatic snapshots, set up disk backup policy, create snapshot-consistent groups, restore disk from snapshot, migrate data using snapshots, how to enable auto snapshots, can I roll back a disk, what happens if I delete a snapshot, automate snapshot lifecycle, cross-region disk replication

## Get the full skill

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "manage recovery", "product": "ecs"}'
```

---
Part of [Elastic Compute Service (ECS)](https://www.company-skill.com/p/ecs.md) · https://www.company-skill.com/llms.txt
