SOA-C02 · Question #676
SOA-C02 Question #676: Real Exam Question with Answer & Explanation
The correct answer is B: Use AWS Certificate Manager (ACM) to issue a public SSL/TLS certificate. Configure the ALB to. To enable HTTPS connections on a website hosted behind an Application Load Balancer (ALB), 1. Use AWS Certificate Manager (ACM) to issue a public SSL/TLS certificate. 2. Associate the SSL/TLS certificate with the ALB by configuring a listener on port 443 (HTTPS). 3. The ALB will
Question
A company is hosting a public website on Amazon EC2 instances behind an Application Load Balancer (ALB). The company needs the website to support HTTPS connections. Which solution will meet this requirement?
Options
- AReplace the ALB with a Network Load Balancer.
- BUse AWS Certificate Manager (ACM) to issue a public SSL/TLS certificate. Configure the ALB to
- CImport a public SSL/TLS certificate into AWS Key Management Service (AWS KMS). Configure
- DAttach a public SSL/TLS certificate to the target group that is associated with the ALB.
Explanation
To enable HTTPS connections on a website hosted behind an Application Load Balancer (ALB), 1. Use AWS Certificate Manager (ACM) to issue a public SSL/TLS certificate. 2. Associate the SSL/TLS certificate with the ALB by configuring a listener on port 443 (HTTPS). 3. The ALB will terminate SSL/TLS connections and forward the traffic to the backend EC2 instances over HTTP or HTTPS as required.
Community Discussion
No community discussion yet for this question.