
Ultimate access to all questions.
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.