AWS Certified Solutions Architect – Professional — Question 920

A company is migrating an application to AWS. It wants to use fully managed services as much as possible during the migration. The company needs to store large, important documents within the application with the following requirements:
✑ The data must be highly durable and available.
✑ The data must always be encrypted at rest and in transit.
✑ The encryption key must be managed by the company and rotated periodically.
Which of the following solutions should the Solutions Architect recommend?

Answer options

Correct answer: B

Explanation

Amazon S3 provides a highly durable and available fully managed storage solution suitable for large documents. A bucket policy enforcing HTTPS secures data in transit, while server-side encryption with AWS KMS allows the company to manage and rotate the encryption keys. Other options either involve self-managing infrastructure or are not optimized for large document storage.