AWS Certified SysOps Administrator – Associate (legacy) — Question 925

A SysOps Administrator is implementing SSL for a domain of an internet-facing application running behind an Application Load Balancer (ALB). The Administrator decides to use an SSL certificate from Amazon Certificate Manager (ACM) to secure it.
Upon creating a request for the ALB fully qualified domain name (FQDN), it fails, and the error message `Domain Not Allowed` is displayed.
How can the Administrator fix this issue?

Answer options

Correct answer: B

Explanation

AWS Certificate Manager (ACM) does not allow users to request SSL/TLS certificates for Amazon-owned domain names, which includes the default FQDN assigned to an Application Load Balancer (ALB). To resolve the 'Domain Not Allowed' error, the administrator must request a certificate for their own custom domain name (such as example.com) and configure DNS routing to point to the ALB.