
Answer-first summary for fast verification
Answer: Establish a listener rule on the ALB for HTTP to HTTPS redirection.
The correct answer is C: Establish a listener rule on the ALB for HTTP to HTTPS redirection. Application Load Balancers in AWS support the ability to create listener rules that can redirect HTTP traffic to HTTPS. This ensures that all requests to the website are handled securely via HTTPS. Simply updating network ACLs to accept only HTTPS traffic does not provide a redirection mechanism. Creating a rule that modifies URLs is not a practical solution in this context, and replacing the ALB with a load balancer with SNI support does not address the HTTP to HTTPS redirection requirement directly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a solutions architect ensure that an AWS-hosted website, served by an ALB configured for both HTTP and HTTPS, redirects all HTTP requests to HTTPS?
A
Modify the ALB's network ACL to permit HTTPS traffic exclusively.
B
Implement a rule to alter URLs from HTTP to HTTPS.
C
Establish a listener rule on the ALB for HTTP to HTTPS redirection.
D
Transition to a load balancer with SNI support.
No comments yet.