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

A company collects and shares research data with the company's employees all over the world. The company wants to collect and store the data in an Amazon S3 bucket and process the data in the AWS Cloud. The company will share the data with the company's employees. The company needs a secure solution in the AWS Cloud that minimizes operational overhead.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Using an AWS Lambda function to generate S3 presigned URLs is the most secure and operationally efficient solution because it allows temporary, authorized access to Amazon S3 objects without managing IAM users or complex infrastructure. Options B and D introduce significant administrative overhead by requiring the management of individual IAM users or SFTP custom identity providers and credentials. Option C is unsuitable because S3 File Gateway is designed for hybrid cloud storage and is too complex to deploy and mount for global, remote employees.