AWS Certified Solutions Architect – Associate (SAA-C03) — Question 834

A company creates operations data and stores the data in an Amazon S3 bucket. For the company's annual audit, an external consultant needs to access an annual report that is stored in the S3 bucket. The external consultant needs to access the report for 7 days.

The company must implement a solution to allow the external consultant access to only the report.

Which solution will meet these requirements with the MOST operational efficiency?

Answer options

Correct answer: D

Explanation

Generating an Amazon S3 presigned URL is the most operationally efficient solution because it allows secure, temporary access to a specific object without requiring IAM user management or exposing the bucket publicly. The URL can be configured to automatically expire after 7 days, removing the administrative overhead of manual revocation. Other options either introduce severe security risks by making data public or require unnecessary manual provisioning and cleanup of IAM credentials.