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

A solutions architect is designing a shared storage solution for a web application that is deployed across multiple Availability Zones. The web application runs on Amazon EC2 instances that are in an Auto Scaling group. The company plans to make frequent changes to the content. The solution must have strong consistency in returning the new content as soon as the changes occur.

Which solutions meet these requirements? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Amazon EFS provides a shared file system that supports concurrent access across multiple Availability Zones with strong consistency, making it ideal for EC2 instances in an Auto Scaling group. Storing content in Amazon S3 combined with Amazon CloudFront and a 'no-cache' Cache-Control header ensures that requests bypass edge caches to fetch the latest strongly consistent data directly from S3. Other options like EBS cannot be easily shared across multiple AZs concurrently, AWS Storage Gateway is not designed for this high-performance web use case, and AWS DataSync is meant for data migration rather than real-time application synchronization.