AWS Certified Solutions Architect – Associate (SAA-C02) — Question 535

A company sells datasets to customers who do research in artificial intelligence and machine learning (AI/ML). The datasets are large, formatted files that are stored in an Amazon S3 bucket in the us-east-1 Region. The company hosts a web application that the customers use to purchase access to a given dataset. The web application is deployed on multiple Amazon EC2 instances behind an Application Load Balancer. After a purchase is made, customers receive an S3 signed
URL that allows access to the files.
The customers are distributed across North America and Europe. The company wants to reduce the cost that is associated with data transfers and wants to maintain or improve performance.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: B

Explanation

Using Amazon CloudFront lowers data transfer out (DTO) costs because egress rates from CloudFront to the internet are cheaper than direct S3 outbound transfers, and data transfer from S3 to CloudFront is free of charge. Additionally, CloudFront signed URLs maintain secure access control while caching content closer to international users to boost performance. Other options like S3 Transfer Acceleration or Cross-Region Replication would introduce extra fees, failing the cost-reduction requirement.