Question 152:
You`re consulting for a company that is migrating its legacy application ( built on TCP ) to the AWS cloud. In order to apply high availability, you`ve decided to implement Elastic Load Balancer and Auto Scaling services to serve traffic to this legacy application.
Answer options:
A.Configure the load balancer with the following ports: TCP:80 and TCP:8080 and the instance protocol to TCP:80 and TCP:8080 B.Configure the load balancer with the following ports: HTTP:80 and HTTP:8080 and the instance protocol to HTTPs:80 and HTTPs:8080 C.Configure the load balancer with the following ports: HTTP:80 and HTTP:8080 and the instance protocol to TCP:80 and TCP:8080 D.Configure the load balancer with the following ports: HTTP:80 and HTTP:8080 and the instance protocol to HTTP:80 and HTTP:8080