AWS Certified Solutions Architect – Associate (SAA-C02) — Question 45

An application hosted on AWS is experiencing performance problems, and the application vendor wants to perform an analysis of the log file to troubleshoot further. The log file is stored on Amazon S3 and is 10 GB in size. The application owner will make the log file available to the vendor for a limited time.
What is the MOST secure way to do this?

Answer options

Correct answer: C

Explanation

The correct answer is C because generating a presigned URL provides secure, temporary access to the S3 object without exposing it publicly. Option A is incorrect as it compromises security by allowing public access. Option B is less secure compared to C, and while it shares the file, it doesn't have the same level of access control. Option D, although secure, is more complex and may not be necessary for a temporary file share.