ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

118 / 465

Question 118:

You are migrating a legacy client-server application to AWS. The application responds to a specific DNS domain (e.g., www.example.com) and has a 2-tier architecture, with multiple application servers and a database server. Remote clients use TCP to connect to the application servers. The application servers need to know the clients` IP address to function properly and are currently taking that information from the TCP socket. A decision is made to use a multi-AZ RDS MySQL instance for the database. During the migration, you can change the application code. But you have to file a change request.

Answer options:

A.File a change request to implement Proxy Protocol Support in the application. Use an ELB with a TCP Listener and Proxy Protocol enabled to distribute the load on two application servers in different AZs.
B.File a change request to Implement Cross-Zone support in the application. Use an ELB with a TCP Listener and Cross-Zone Load Balancing enabled to distribute the load on two application servers in different AZs.
C.File a change request to implement Latency Based Routing support in the application. Use Route 53 with Latency Based Routing enabled to distribute the load on two application servers in different AZs.
D.File a change request to implement Alias Resource Support in the application. Use a Route 53 Alias Resource Record to distribute the load on two application servers in different AZs.