AWS Certified Solutions Architect – Professional — Question 289

A retail company processes point-of-sale data on application servers in its data center and writes outputs to an Amazon DynamoDB table. The data center is connected to the company's VPC with an AWS Direct Connect (DX) connection, and the application servers require a consistent network connection at speeds greater than 2 Gbps.
The company decides that the DynamoDB table needs to be highly available and fault tolerant. The company policy states that the data should be available across two regions.
What changes should the company make to meet these requirements?

Answer options

Correct answer: A

Explanation

To maintain a consistent connection speed of over 2 Gbps, a redundant AWS Direct Connect (DX) connection is required because a single AWS managed VPN tunnel is limited to 1.25 Gbps and cannot meet the bandwidth requirement. Additionally, DynamoDB global tables provide a fully managed, multi-Region, active-active database solution that automatically replicates data across regions with minimal latency. Other options using VPN backups do not meet the throughput requirements, and manual replication methods introduce unnecessary operational complexity.