nerdexam
Amazon

SAA-C03 · Question #618

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 correct answer is C. Create a listener rule on the ALB to redirect HTTP traffic to HTTPS. To redirect HTTP traffic to HTTPS, a solutions architect should create a listener rule on the ALB to redirect HTTP traffic to HTTPS. Option A is not correct because network ACLs do not have the ability to redirect traffic. Option B is not correct because it does not redirect…

Submitted by priya_blr· Mar 4, 2026Design Secure Architectures

Question

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?

Options

  • AUpdate the ALB's network ACL to accept only HTTPS traffic
  • BCreate a rule that replaces the HTTP in the URL with HTTPS.
  • CCreate a listener rule on the ALB to redirect HTTP traffic to HTTPS.
  • DReplace the ALB with a Network Load Balancer configured to use Server Name Indication (SNI).

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    88% (30)
  • D
    3% (1)

Explanation

To redirect HTTP traffic to HTTPS, a solutions architect should create a listener rule on the ALB to redirect HTTP traffic to HTTPS. Option A is not correct because network ACLs do not have the ability to redirect traffic. Option B is not correct because it does not redirect traffic, it only replaces the URL. Option D is not correct because a Network Load Balancer does not have the ability to handle HTTPS traffic. https://docs.aws.amazon.com/fr_fr/elasticloadbalancing/latest/application/create-https- https://aws.amazon.com/fr/premiumsupport/knowledge-center/elb-redirect-http-to-https-using-alb/

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice