Disaster Recovery and Resilience Flashcards
Q: What is Disaster Recovery (DR)?
A: A set of processes, tools, and strategies to ensure the recovery of IT systems, applications, and data after a disruptive event.
Q: What does the resilience pillar of the AWS Well-Architected Framework emphasize?
A: Best practices for designing systems that can recover from failures and continue to function with minimal impact.
Q: How do AWS Regions and AZs support resilience?
A: By providing geographically isolated regions and multiple AZs within each region for high availability and fault tolerance.
Q: What is Recovery Time Objective (RTO)?
A: The maximum acceptable downtime after a disaster before systems and applications must be restored.
Q: What is Recovery Point Objective (RPO)?
A: The maximum acceptable amount of data loss measured in time, indicating how far back data should be restored.
Q: What are the main DR strategies in AWS?
- Backup and Restore
- Pilot Light
- Warm Standby
- Multi-Site/Active-Active
Q: What is the Backup and Restore strategy in DR?
A: A cost-effective method where data is backed up to AWS and restored during a disaster.
Q: What is the Pilot Light strategy?
A: A small version of the application is always running in AWS, which can scale up quickly in a disaster.
Q: What is the Warm Standby strategy?
A: A scaled-down version of the application runs continuously and can scale up to full capacity in a disaster.
Q: What is the Multi-Site/Active-Active strategy?
A: Fully functional systems running in multiple regions, providing low RTO and RPO.
Q: What is AWS Elastic Disaster Recovery?
A: A service that replicates applications to AWS for rapid recovery during a disaster, minimizing downtime and data loss.
Q: What is S3 Cross-Region Replication?
A: A feature that automatically replicates S3 objects to a different AWS region for resilience and disaster recovery.
Q: What is AWS Backup?
A: A managed service for automating backup and recovery of AWS resources, including EC2, RDS, DynamoDB, and more.
Q: How does RDS Multi-AZ improve resilience?
A: By automatically replicating data to a standby instance in another AZ, ensuring high availability and durability.
Q: What is Aurora Global Database?
A: A feature that provides cross-region replication with low latency for disaster recovery and global applications.
Q: What are DynamoDB Global Tables?
A: A multi-region, fully managed solution for replicating data across regions, providing high availability and resilience.