AWS Certified Database – Specialty — Question 111

To meet new data compliance requirements, a company needs to keep critical data durably stored and readily accessible for 7 years. Data that is more than 1 year old is considered archival data and must automatically be moved out of the Amazon Aurora MySQL DB cluster every week. On average, around 10 GB of new data is added to the database every month. A database specialist must choose the most operationally efficient solution to migrate the archival data to
Amazon S3.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Option B is the most operationally efficient solution as it uses AWS Lambda to automate the process of exporting archival data directly to Amazon S3 and deleting it from the DB cluster, all scheduled with Amazon EventBridge. Option A requires an EC2 instance and manual scripting, leading to higher operational overhead. Option C involves using two Lambda functions, which is more complex, and option D introduces additional services that may complicate the process unnecessarily.