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

A company uses Amazon Redshift as a data warehouse solution. One of the datasets that the company stores in Amazon Redshift contains data for a vendor.

Recently, the vendor asked the company to transfer the vendor’s data into the vendor’s Amazon S3 bucket once each week.

Which solution will meet this requirement?

Answer options

Correct answer: B

Explanation

The correct answer, B, is appropriate because AWS Glue can efficiently extract data from Amazon Redshift using the UNLOAD command, facilitating the scheduled transfer to S3. Option A is incorrect as the COPY command is not suitable for transferring data to S3; it is used for loading data into Redshift. Option C is incorrect because data sharing does not directly support moving data to S3. Option D is also not suitable since Redshift Spectrum is designed for querying data, not for transferring it to S3.