AWS Certified Solutions Architect – Professional (SAP-C02) — Question 380

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. This 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, making it the perfect tool to satisfy the 30-minute time-critical requirement. By setting up a prefix-filtered replication rule with S3 RTC enabled, the system can generate CloudWatch metrics for replication latency. An Amazon EventBridge rule can then monitor these metrics to trigger notifications if the maximum replication time exceeds the desired threshold.