13.5k views
3 votes
A Solutions Architect plans to migrate a load balancer tier from a data center to AWS. Several websites have multiple domains that require secure load balancing.

The Architect decides to use Elastic Load Balancing Application Load Balancers.
What is the MOST efficient method for achieving secure communication?

User Muhihsan
by
8.4k points

1 Answer

3 votes

Final answer:

The most efficient method for achieving secure communication with Elastic Load Balancing Application Load Balancers in AWS is to use SSL/TLS certificates.

Step-by-step explanation:

The most efficient method for achieving secure communication with Elastic Load Balancing Application Load Balancers in AWS is to use SSL/TLS certificates. SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols are cryptographic protocols that provide secure communication over the internet.

By configuring SSL/TLS certificates on the load balancer, the traffic between clients and the load balancer is encrypted, ensuring confidentiality and integrity of the data.

To configure SSL/TLS certificates on an Application Load Balancer, you need to:

  1. Generate or obtain an SSL/TLS certificate from a trusted certificate authority.
  2. Upload the certificate to AWS Certificate Manager (ACM) or IAM (Identity and Access Management) certificate store.
  3. Configure the Application Load Balancer to use the uploaded certificate for secure communication.

User Shraddha J
by
8.6k points