Question 259:
A company has its major business on selling second-hand products. Its online trading system is deployed on AWS EC2 instances. In Route53, a domain name has been configured to route the traffic to a Classic Load Balancer. As Classic Load Balancer is quite old and in AWS, there are new types of load balancers that Classic Load Balancer can easily migrate to. The operation team decides to migrate the Load Balancer. They want all the connections between clients and EC2 instances to be kept secure using certificates that they created and want a secure data encryption in transit in adherence to TLS protocol between the clients and EC2 instances. Which choices should be used together to meet the needs?
Answer options:
A.In the “Create Load Balancer” console, create an Application Load Balancer, add a listener with protocol TLS and port 443 so that the TLS connections terminate at the Load Balancer. B.Go to the Load Balancer console, create a Network Load Balancer with a listener that listens to the traffic with protocol as TLS and port as 443. C.Create an Application Load Balancer with a listener that listens to the traffic with protocol as HTTPS and port 80. D.For the new Load Balancer, select the target protocol as HTTPS and port as 443, setting up the connections with targets securely. E.For the new Load Balancer, select the target protocol as TLS and port as 443. As a result, the connections between Load Balancer and targets are secure.