
Answer-first summary for fast verification
Answer: Leverage AWS Global Accelerator with NLB endpoints and Fargate-based ECS for data processing.
The correct answer is B. This solution leverages AWS Global Accelerator with Network Load Balancers (NLBs) in each region, ensuring low latency and rapid failover across regions. It also utilizes Amazon ECS with the Fargate launch type, which is well-suited for stateless, ephemeral data processing scenarios. Using NLBs is preferable for handling UDP traffic, as they are designed to efficiently manage such protocols, providing the necessary performance and reliability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company operates an application processing real-time data from numerous remote devices via UDP, requiring immediate data handling and potential device communication with no data retention. Identify a solution that ensures minimal latency and swift cross-region failover.
A
Implement Amazon Route 53 failover with NLBs and Lambda for data processing in dual Regions.
B
Leverage AWS Global Accelerator with NLB endpoints and Fargate-based ECS for data processing.
C
Use AWS Global Accelerator with ALB endpoints and Fargate-based ECS for data processing.
D
Deploy Amazon Route 53 failover with ALBs and Fargate-based ECS for data processing.