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