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

A survey company has gathered data for several years from areas in the United States. The company hosts the data in an Amazon S3 bucket that is 3 TB in size and growing. The company has started to share the data with a European marketing firm that has S3 buckets. The company wants to ensure that its data transfer costs remain as low as possible.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Enabling the Requester Pays feature on the Amazon S3 bucket ensures that the requester (the European marketing firm) covers the data transfer and retrieval costs associated with downloading the data. Other options like Cross-Region Replication (B) or syncing buckets (D) would cause the survey company to incur substantial data transfer and storage fees. Simply granting cross-account access (C) without configuring Requester Pays would still leave the host company responsible for all data egress charges.