AWS Certified Database – Specialty — Question 28

A company has an Amazon RDS Multi-AZ DB instances that is 200 GB in size with an RPO of 6 hours. To meet the company's disaster recovery policies, the database backup needs to be copied into another Region. The company requires the solution to be cost-effective and operationally efficient.
What should a Database Specialist do to copy the database backup into a different Region?

Answer options

Correct answer: C

Explanation

Option C is correct because it directly addresses the requirement to create a snapshot every 6 hours and provides a mechanism to transfer it to another Region using Lambda functions. Option A does not specify the frequency of snapshots, while Option B involves S3 replication, which is not the optimal approach for RDS snapshots. Option D introduces unnecessary complexity by creating a read replica instead of focusing on snapshot management.