mfink
mfink

Reputation: 1380

Default Elastic Load Balancer DNS works with Amazon Certificate Manager?

I'm trying to request an ssl cert from Amazon's Certificate Manager service and apply it to my ELB, however after entering the default DNS name for my ELB:

my-aws-elb-XXXXXXX.us-west-1.elb.amazonaws.com

The request fails without giving any useful error messages. I did see a notice about having sufficient IAM rules. I enabled the Full ACM Manager permission policy for my IAM user however I'm not sure how that links up with making requests from the Amazon web console.

Is it not possible to use the default DNS or do I need my own domain name?

Upvotes: 3

Views: 542

Answers (1)

Mark B
Mark B

Reputation: 201083

You have to own the domain you are requesting an ACM certificate for. Since you don't own the amazonaws.com domain, you can't request a certificate for that domain.

Upvotes: 4

Related Questions