
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Configure an ALB listener rule for HTTP to HTTPS redirection.
The correct answer is C. To ensure all traffic uses HTTPS, you can configure the Application Load Balancer (ALB) to redirect HTTP traffic to HTTPS. This can be done by creating a listener rule on the ALB designed specifically for this purpose. Modifying the network ACL or replacing the load balancer with one that supports SNI is not necessary, and creating a rule to modify URLs from HTTP to HTTPS is not a recommended practice for such configuration.
Author: LeetQuiz Editorial Team
No comments yet.
How can a solutions architect ensure that all traffic to an AWS-hosted website behind an ALB uses HTTPS?
A
Modify the ALB's network ACL to permit HTTPS traffic exclusively.
B
Implement a rule to convert HTTP URLs to HTTPS.
C
Configure an ALB listener rule for HTTP to HTTPS redirection.
D
Switch to a load balancer that supports SNI for HTTPS traffic.