AWS Certified Security – Specialty — Question 240

A user is implementing a third-party web application on an Amazon EC2 instance. All client communications must be over HTTPS, and traffic must be terminated before it reaches the instance. Communication to the instance must be over port 80. Company policy requires that workloads reside in private subnets.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because an Application Load Balancer supports HTTP to HTTPS redirection and can handle SSL termination with an ACM certificate, while forwarding traffic to the instance on port 80. Options B and D do not provide the necessary SSL termination at the load balancer level, and option C is incorrect as a Gateway Load Balancer is not designed for this type of traffic routing and termination.