AWS Certified Data Engineer – Associate (DEA-C01) — Question 67

A company is migrating its database servers from Amazon EC2 instances that run Microsoft SQL Server to Amazon RDS for Microsoft SQL Server DB instances. The company's analytics team must export large data elements every day until the migration is complete. The data elements are the result of SQL joins across multiple tables. The data must be in Apache Parquet format. The analytics team must store the data in Amazon S3.
Which solution will meet these requirements in the MOST operationally efficient way?

Answer options

Correct answer: A

Explanation

Option A is the most operationally efficient solution because it directly leverages AWS Glue to pull data from a view, simplifying the process of converting and transferring data to S3. Option B adds unnecessary complexity by involving SQL Server Agent and Lambda for format conversion, while Option C introduces an additional step with a Glue crawler. Option D requires a Lambda function to handle data retrieval and transformation, which can be more complex than using AWS Glue directly.