
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has a website hosted on AWS. The website is behind an Application Load Balancer (ALB) that is configured to handle HTTP and HTTPS separately. The company wants to forward all requests to the website so that the requests will use HTTPS.
What should a solutions architect do to meet this requirement?
A
Update the ALB's network ACL to accept only HTTPS traffic.
B
Create a rule that replaces the HTTP in the URL with HTTPS.
C
Create a listener rule on the ALB to redirect HTTP traffic to HTTPS.
D
Replace the ALB with a Network Load Balancer configured to use Server Name Indication (SNI).
Explanation:
The correct answer is C. Create a listener rule on the ALB to redirect HTTP traffic to HTTPS.
A. Update the ALB's network ACL to accept only HTTPS traffic.
B. Create a rule that replaces the HTTP in the URL with HTTPS.
D. Replace the ALB with a Network Load Balancer configured to use Server Name Indication (SNI).
This approach ensures all users are automatically redirected to the secure HTTPS version of your website, improving security and meeting the requirement.