Page 1 of 1

You're migrating a two-tier application to an Amazon Virtual Private Cloud (VPC). In front of the application layer, an

Posted: Thu Jul 21, 2022 9:59 pm
by answerhappygod
You're migrating a two-tier application to an Amazon Virtual Private Cloud (VPC). In front of the application layer, an Elastic Load Balancing (ELB) load balancer is setup. The application layer is accessed using RESTful APIs. MySQL is used at the data layer as a relational database service (RDS). All data in transit must be encrypted end-to-end according to company policy.

Which ELB setup adheres to the organization's encryption policy?

A. Configure the ELB load balancer protocol as HTTP. Configure the application instances for SSL termination. Configure Amazon RDS for SSL, and use REQUIRE SSL grants.
B. Configure the ELB protocols in TCP mode. Configure the application instances for SSL termination. Configure Amazon RDS for SSL, and use REQUIRE SSL grants. Most Voted
C. Configure the ELB load balancer protocol as HTTPS. Offload application instance encryption to the load balancer. Install your SSL certificate on Amazon RDS, and configure SSL.
D. Configure the ELB protocols in SSL mode. Offload application instance encryption to the load balancer. Install your SSL/TLS certificate on Amazon RDS, and configure SSL.