AWS Certified Solutions Architect – Professional — Question 576

A scientific company needs to process text and image data from an Amazon S3 bucket. The data is collected from several radar stations during a live, time-critical phase of a deep space mission. The radar stations upload the data to the source S3 bucket. The data is prefixed by radar station identification number.
The company created a destination S3 bucket in a second account. Data must be copied from the source S3 bucket to the destination S3 bucket to meet a compliance objective. The replication occurs through the use of an S3 replication rule to cover all objects in the source S3 bucket.
One specific radar station is identified as having the most accurate data. Data replication at this radar station must be monitored for completion within 30 minutes after the radar station uploads the objects to the source S3 bucket.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: D

Explanation

Amazon S3 Replication Time Control (S3 RTC) is designed to replicate 99% of objects within 15 minutes, providing detailed replication metrics that can be monitored. By creating a specific replication rule filtered by the critical radar station's prefix and enabling S3 RTC, the architecture can trigger an Amazon EventBridge alert if the replication latency exceeds the 30-minute threshold. Other options like AWS DataSync or S3 Transfer Acceleration do not address the continuous replication monitoring and SLA requirements of this scenario.