AWS Certified Data Analytics – Specialty — Question 110

A company is sending historical datasets to Amazon S3 for storage. A data engineer at the company wants to make these datasets available for analysis using
Amazon Athena. The engineer also wants to encrypt the Athena query results in an S3 results location by using AWS solutions for encryption. The requirements for encrypting the query results are as follows:
✑ Use custom keys for encryption of the primary dataset query results.
✑ Use generic encryption for all other query results.
✑ Provide an audit trail for the primary dataset queries that shows when the keys were used and by whom.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because it uses S3 managed encryption keys (SSE-S3) for both the primary and other datasets, meeting the requirement for generic encryption while not providing an audit trail. Options B and C do not meet the requirement for custom keys for the primary dataset, and option D does not align with the use of server-side encryption as required for S3.