AWS Certified Solutions Architect – Professional — Question 1016

A company operates a group of imaging satellites. The satellites stream data to one of the company's ground stations where processing creates about 5 GB of images per minute. This data is added to network-attached storage, where 2 PB of data are already stored.
The company runs a website that allows its customers to access and purchase the images over the Internet. This website is also running in the ground station.
Usage analysis shows that customers are most likely to access images that have been captured in the last 24 hours.
The company would like to migrate the image storage and distribution system to AWS to reduce costs and increase the number of customers that can be served.
Which AWS architecture and migration strategy will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it uses a 1-Gb AWS Direct Connect connection to securely and reliably transfer both the existing and incoming image data directly to Amazon S3, which offers highly durable and cost-effective object storage. Migrating the website to Amazon EC2 and serving the highly-requested recent images through Amazon CloudFront using signed URLs optimizes delivery performance and secures customer access. Other options are less suitable because using Snowball for ongoing daily transfers is impractical, and Amazon EFS is significantly more expensive and less optimized for public web distribution compared to Amazon S3.