Question 121:
Your company has a set of EC2 Instances that are placed behind an ELB. Some of the applications hosted on these instances communicate via a legacy protocol and port. There is a security mandate that all traffic between the client and the EC2 Instances needs to be encrypted with SSL. Which of the following options can achieve the requirements?
Answer options:
A.Use an Application Load balancer and terminate the SSL connection at the ELB.B.Use a Classic Load balancer and terminate the SSL connection at the ELB.C.Use an Application Load balancer and terminate the SSL connection at the EC2 Instances. D.Use a Classic Load balancer and terminate the SSL connection at the EC2 Instances.