A company is designing a new application that will run on Amazon EC2 instances behind an Application Load Balancer. The company wants to ensure that traffic to the application is encrypted in transit. Which TWO actions should the company take?
SSL/TLS certificate is required for HTTPS termination.
Why this answer
Installing an SSL/TLS certificate on the Application Load Balancer (ALB) is required to terminate HTTPS connections and enable encryption of traffic between clients and the ALB. Option E is correct because configuring the ALB with an HTTPS listener is necessary to accept encrypted traffic on port 443 and use the installed certificate for decryption. Together, these actions ensure that traffic to the application is encrypted in transit from the client to the load balancer.
Exam trap
The trap here is that candidates may think an HTTP-to-HTTPS redirect alone (Option A) is sufficient to encrypt traffic, but the redirect only changes the protocol; the actual encryption requires an HTTPS listener with a certificate installed.