Search code examples
amazon-web-servicessslaws-elb

how to request ACM using AWS default DNS for ELB


I have an application running on AWS ELB and want to set up https listener. I tried to request an SSL certificate using AWS ACM but was unable to do because the ELB is using default AWS DNS name. Is it possible to request ACM for the DNS name like below?

abc-123455.us-east-2.elb.amazonaws.com

Solution

  • Type the name of your domain in the Domain name box and choose Next. In this example, I type www.example.com. You must use a domain name that you control. Requesting certificates for domains that you don’t control violates the AWS Service Terms.

    so in short, you can not use LB DNS name because you can not control LB DNS name but it controls by AWS.

    easier-certificate-validation-using-dns-with-aws-certificate-manager

    Now, the question is how you will validate the DNS? as AWS ACM required to validate the ownership of DNS.

    enter image description here

    You may request for the LB DNS but you will have to validate, and for validation, you need to place CNAME record in your DNS provider setting or have to use email.