
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company's infrastructure consists of Amazon EC2 instances and an Amazon RDS DB instance in a single AWS Region. The company wants to back up its data in a separate Region.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use AWS Backup to copy EC2 backups and RDS backups to the separate Region.
B
Use Amazon Data Lifecycle Manager (Amazon DLM) to copy EC2 backups and RDS backups to the separate Region.
C
Create Amazon Machine Images (AMIs) of the EC2 instances. Copy the AMIs to the separate Region. Create a read replica for the RDS DB instance in the separate Region.
D
Create Amazon Elastic Block Store (Amazon EBS) snapshots. Copy the EBS snapshots to the separate Region. Create RDS snapshots. Export the RDS snapshots to Amazon S3. Configure S3 Cross-Region Replication (CRR) to the separate Region.
Explanation:
Correct Answer: A
AWS Backup is a fully managed backup service that makes it easy to centralize and automate the backup of data across AWS services in the AWS Cloud and on premises. It provides:
Why other options are not optimal:
B. Amazon DLM - While DLM can automate EBS snapshot creation and management, it only works for EBS volumes and EC2 instances. It doesn't natively support RDS database backups or cross-region copying of RDS backups.
C. AMIs and RDS read replicas - This approach has significant operational overhead:
D. Manual EBS snapshots + RDS snapshots + S3 CRR - This involves multiple manual steps:
Key Benefits of AWS Backup:
For a company wanting to back up both EC2 instances and RDS databases to a separate region with the least operational overhead, AWS Backup is the most appropriate solution as it provides a unified, automated approach for both services.