
Answer-first summary for fast verification
Answer: Configure a domain configuration for AWS IoT Core in each Region, create an Amazon Route 53 health check to monitor domain configuration health, set up a failover routing policy with domain names from the AWS IoT Core domain configurations, and convert the DynamoDB table to a global table.
The correct answer is C. To achieve business continuity with the ability to ingest and store data in two AWS Regions, the recommended solution involves creating a domain configuration for AWS IoT Core in each Region and implementing a failover routing policy using Amazon Route 53. Additionally, you need to update the DynamoDB table to a global table, ensuring data is synchronized across both regions. This approach allows for seamless failover between regions and ensures data availability, fulfilling the requirement for business continuity. Option C effectively meets these criteria without the need to replace DynamoDB with another database or handle the complexity of DynamoDB streams and cross-Region replication.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
An environmental company is deploying sensors across major cities in a country to measure air quality. These sensors are designed to connect to AWS IoT Core for ingesting time-series data readings, which are then stored in Amazon DynamoDB. To ensure business continuity, the company requires a solution that allows for the ingestion and storage of data across two AWS Regions. Which of the following solutions would effectively meet this requirement?
A
Implement an Amazon Route 53 alias failover routing policy with AWS IoT Core data endpoints in both Regions, and transition data storage to Amazon Aurora global tables.
B
Set up a domain configuration for AWS IoT Core in each Region, establish an Amazon Route 53 latency-based routing policy with AWS IoT Core data endpoints in both Regions, and switch data storage to Amazon MemoryDB for Redis with cross-Region replication.
C
Configure a domain configuration for AWS IoT Core in each Region, create an Amazon Route 53 health check to monitor domain configuration health, set up a failover routing policy with domain names from the AWS IoT Core domain configurations, and convert the DynamoDB table to a global table.
D
Establish an Amazon Route 53 latency-based routing policy with AWS IoT Core data endpoints in both Regions, and enable DynamoDB streams along with cross-Region data replication.