AWS Certified SysOps Administrator – Associate — Question 445

A company runs a retail website on multiple Amazon EC2 instances behind an Application Load Balancer (ALB). The company must secure traffic to the website over an HTTPS connection.
Which combination of actions should a SysOps administrator take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

To secure a public-facing retail website with HTTPS, a public SSL/TLS certificate must be requested from AWS Certificate Manager (ACM) because private certificates are not trusted by public web browsers. This certificate must then be attached directly to the Application Load Balancer (ALB) to offload the SSL/TLS decryption process, avoiding the need to manage certificates on individual backend EC2 instances.