AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 69

A company's website runs on an Amazon EC2 Linux instance. The website needs to serve PDF files from an Amazon S3 bucket. All public access to S3 bucket is blocked at the account level. The company needs to allow website users to download the PDF files.

Which solution will meet these requirements with the LEAST administrative effort?

Answer options

Correct answer: B

Explanation

Option B is the most efficient solution as it leverages CloudFront to securely access the S3 bucket without exposing it publicly, while also minimizing administrative overhead. Option A requires manual intervention for file delivery, which increases effort; Option C compromises security by making the bucket public; and Option D introduces complexity by deploying an EC2 instance in a public subnet. Thus, B effectively meets the requirements with the least effort.