AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 22

You are moving a two-tier application into an Amazon VPC. An Elastic Load Balancing (ELB) load balancer is configured in front of the application tier. The application tier is driven through RESTful interfaces. The data tier uses relational database service (RDS) MySQL. Company policy requires end-to-end encryption of all data in transit.
What ELB configuration complies with the corporate encryption policy?

Answer options

Correct answer: B

Explanation

Option B is correct because it ensures that data is encrypted in transit by using SSL termination at the application instances while configuring the ELB in TCP mode. The other options either do not use SSL at the ELB level or incorrectly suggest configurations that do not meet the encryption policy requirements.