ACM validation pending while created with cloudformation and route53

0

In cloudformation I create a hosted zone and try to add a certificate through the AWS certificate manager. When I create the certificate it keeps stuck on: 'Pending validation'. Both the hosted zone and the certificate are being created in cloudformation. When I try to do it the manual way it also keeps being stuck on 'Pending validation'.

The weirdest part is that the CNAME records are added to the DNS but ACM will/cannot validate the certificate afterwards.

This is what i create in cloudformation -> 'Route53HostedZone':

Type: AWS::Route53::HostedZone
Properties:
  HostedZoneConfig:
    Comment: HostedZone created by cloudformation
  Name: example.com

and 'Certificate':

Type: AWS::CertificateManager::Certificate
Properties:
  DomainName: subdomain.example.com
  DomainValidationOptions:
    - DomainName: subdomain.example.com
      HostedZoneId: !Ref Route53HostedZone
  ValidationMethod: DNS

Does someone has any idea why the certificate keeps stuck at 'Pending validation'? P.S. we own the domain name and it is registered in Route53

1개 답변
0

Hi!

Ive had the same problem, for me registering the domain took some time, and it wasn't immediately clear that it was still being registered, and ACM does keep probing the domain every so often (I havent found any official documentation on how often).

I see you posted your question 5 hours ago, how long before that did you register the domain and the certificate?

In the end what fixed it for me was to just wait

profile picture
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠