Question 210:
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. There is a security mandate that all traffics between the client and the EC2 Instances need to be secure. How would you accomplish this?
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.