To properly scope disaster recovery planning, think about AWS usage holistically. Most organizations use a combination of services across five service categories:
For critical applications requiring higher data security:
Add replication configuration to source bucket
Minimum configuration must indicate destination bucket for object replication
Include IAM role granting Amazon S3 permissions to copy objects to destination bucket
Copied objects retain metadata
Destination bucket can belong to different storage class
Can assign different ownership to destination bucket objects
S3 Replication Time Control (S3 RTC): Replicates data across Regions in predictable timeframe, replicating 99.99% of new objects within 15 minutes, backed by SLA.
Default 30-minute backup window during daily backup period
Default 7-day retention period for daily automatic backups
Can take additional backups at any point
Like Amazon S3 storage classes, Amazon EFS and FSx for Windows File Server replicate data across Availability Zones. For multi-Region recovery requirements, use DataSync to replicate to second Region.
Obtain and boot new server instances or containers in minutes. Can arrange automatic recovery of EC2 instance when system status check of underlying hardware fails:
Instance rebooted on new hardware if necessary
Retains instance ID, IP addresses, EBS volume attachments, and configuration details
For complete recovery, configure instance to automatically start services/applications during initialization
Share manual snapshots with up to 20 other AWS accounts
Combining read replicas with Multi-AZ deployments builds resilient DR strategy
Read replicas: Create one or more read-only copies of database instance in same Region or different Region. Updates asynchronously copied to read replicas. Can be promoted to standalone database instance when needed.
Use global tables to build multi-Region, multi-active database
DynamoDB global tables: Automatically replicate DynamoDB tables across choice of Regions, keeping applications highly available even during Region-level disasters.