Exam SAP-C02 All QuestionsBrowse all questions from this exam
Question 184

An environmental company is deploying sensors in major cities throughout a country to measure air quality. The sensors connect to AWS IoT Core to ingest timeseries data readings. The company stores the data in Amazon DynamoDB.

For business continuity, the company must have the ability to ingest and store data in two AWS Regions.

Which solution will meet these requirements?

    Correct Answer: C

    To meet the requirements of ingesting and storing data in two AWS Regions, you need to configure a domain for AWS IoT Core in each Region and ensure business continuity through a failover mechanism. Using Amazon Route 53 health checks and a failover routing policy ensures that data can be ingested if one Region becomes unavailable. Updating DynamoDB to a global table provides seamless cross-Region replication, allowing data to be stored consistently across Regions. This setup ensures high availability and data redundancy, fulfilling the company's requirements.

Discussion
F_EldinOption: C

https://aws.amazon.com/solutions/implementations/disaster-recovery-for-aws-iot/ A, B Wrong. No need to replace DynamoDB with any other DB. DynamoDB Global Table is enough D- Wrong, Not a use-case for Change Data Capture through Streams

ShenYuying

The above URL is not available now. You can refer to this URL: https://aws.amazon.com/blogs/iot/how-to-implement-a-disaster-recovery-solution-for-iot-platforms-on-aws/

career360guruOption: C

Option C Business continuity = Failover -> DynamoDB Global DB

NikkyDickyOption: C

its a C

JosephDZhou

For C, how failover routing policy have the ability to ingest and store data in two AWS Regions, there is only one active record

Maria2023Option: C

The only answer which configures DynamoDB properly for multi-region is C

rbm2023Option: C

Removed B because is replacing Dynamo, unnecessary

andreituguiOption: C

Answer is C

Roontha

Answer: C