Domain 1: Design Resilient Architectures Flashcards
Set up asynchronous data replication to another RDS DB instance hosted in another AWS Region
Create a Read Replica
A parallel file system for “hot” (frequently accessed) data
Amazon FSx For Lustre
Implement synchronous data replication across Availability Zones with automatic failover in Amazon RDS.
Enable Multi-AZ deployment in Amazon RDS.
Needs a storage service to host “cold” (infrequently accessed) data
Amazon S3 Glacier
Set up a relational database and a disaster recovery plan with an RPO of 1 second and RTO of less than 1 minute.
Use Amazon Aurora Global Database
Monitor database metrics and send email notifications if a specific threshold has been breached.
Create an SNS topic and add the topic in the CloudWatch alarm.
Set up a DNS failover to a static website.
Use Route 53 with the failover option to a static S3 website bucket or CloudFront distribution.
Implement an automated backup for all the EBS Volumes.
Use Amazon Data Lifecycle Manager to automate the creation of EBS snapshots.
Monitor the available swap space of your EC2 instances
Install the CloudWatch agent and monitor the SwapUtilizationmetric.
Implement a 90-day backup retention policy on Amazon Aurora.
Use AWS Backup