Question 222:
A global stock brokerage firm is developing a new stock application for its global customers. The application would be deployed on a fleet of EC2 instances in the Auto-scaling Group. This stateful application uses UDP for traffic between users to servers. Since this application would be used for stock trading by high profile users, the CTO of this firm requires this application to be highly available & there should not be any performance degradation for global users. For audit purposes, all client IP addresses accessing this application should be preserved. Which of the following can be deployed to meet this requirement?
Answer options:
A.Create AWS Global Accelerator with Elastic IP as an endpoint. B.Create AWS Global Accelerator with Classic Load balancer as an endpoint. C.Create AWS Global Accelerator with EC2 instance as an endpoint. D.Create AWS Global Accelerator with Application Load Balancer as an endpoint.