Questions tagged [amazon-certificate-manager]

22 questions
7
votes
1 answer

How to solve : "Received response status [FAILED] from custom resource. Message returned: Resource is not in the state certificateValidated"? CDK

I have the following error trying to create a static website inspired by https://github.com/aws-samples/aws-cdk-examples/blob/master/typescript/static-site/static-site.ts const certificateArn = new acm.DnsValidatedCertificate( this, …
Jorge Tovar
  • 1,374
  • 12
  • 17
3
votes
3 answers

AWS ACM certificate not validating

Before I begin let me say that I read thoroughly all the stack overflow posts and resources in the appendix, and could not find a solution to my problem. I am trying to create, validate and connect a subdomain through Route53 and AWS Certificate…
1
vote
2 answers

AWS CDK route 53 + certificate configuration not working for www subdomain

I am confused to how to create a certificate for the apex domain, which will also work with subdomain. I have created a basic website deployment CDK Construct and have been trying to fix it so it works for both www.example.com subdomain and…
1
vote
0 answers

Certificate not found AWS Client Endpoint, when generating from ACM

EDIT: I need to request certificates, after generating CAs, as per this link. I wrongly assumed the certificate attached to the CA was the desired certificate for use within the VPN Client Endpoint wizard. Instructions are as follows: Sign into the…
BitShift
  • 977
  • 2
  • 9
  • 28
1
vote
1 answer

How to create and validate an AWS public certificate on a new subdomain (across AWS accounts)?

I have access to a number of AWS accounts belonging to a client, and would like to set up a public certificate using DNS validation. I believe this means I also need to set up DNS too. I have two accounts: dsc-staging (contains new cert, local DNS…
halfer
  • 19,824
  • 17
  • 99
  • 186
1
vote
2 answers

How can I deploy zappa app to both https://www.my_domain.com and https://my_domain.com

I have a Flask app that I use Zappa to deploy. I have successfully deployed it to www.my_domain.com . But a lot of folks have told me "your site's down" and when I followed up it's because they go to https://my_domain.com (no www). I'd like to…
ScottieB
  • 3,958
  • 6
  • 42
  • 60
0
votes
2 answers

Route53 domain not connecting to cloudfront distribution with static site

Problem I have a nextjs static site I am hosting on S3 and serving with cloudfront. I have already validated that the website works fine with the cloudfront url. The problem arises when trying to connect it to my domain I have registered in route53.…
0
votes
1 answer

How to dynamically add domains to CloudFront without recreating ACM certificate?

How can I dynamically add and remove domains (root domains and subdomains) from a CloudFront distribution without creating new ACM certificate for all the domains each time there's a change with the domains I want to allow CloudFront to serve? Is…
0
votes
0 answers

Problem with configuring a subdomain through Route 53 to forward to an external web page

I recently transferred a domain from shoppify over to AWS. The transfer went well (took 5 days). but now that I want to start using it I can't seem to do anything with it. I suspect that there is an error in the configuration somewhere and would…
0
votes
1 answer

One or more domain names have failed validation due to a Certificate Authority Authentication (CAA) error - Route 53

i cannot get a certificate using AWS Certificate Manager, i have my domain in Route 53 with the following records i receive the email to confirm the request and i approve it i get the error "One or more domain names have failed validation due to a…
0
votes
2 answers

AWS Route 53: CNAME DNS Record For Certificate Not Appearing in dig/nslookup

I have a domain (everythings-connected.com) from Route 53 and a certificate for it created in ACM. I clicked the create records in Route 53 button and I can see them in my hosted zone. The certificate says issued as well. The problem is when I go to…
0
votes
1 answer

Issue a certificate in a different account than the domain

I have an account A where a domain is hosted, and A is the owner of that domain. I have another account B where I would like to issue a certificate in the subdomain of account A. Any guidance on how to achieve this? Account A Domain -…
0
votes
1 answer

Certificate errors when using a custom domain for an AWS websocket API Gateway (using CloudFormation)

I've been having some trouble setting up my a custom domain for my websocket API Gateway in AWS. I keep getting certificate errors. I have a certificate setup already, and some cloud formation scripts. That look right. Everything deploys correctly,…
0
votes
1 answer

Replace an imported certificate with AWS Issued

I'm having some trouble understanding how to replace my imported wildcard cert with an AWS Issued one without taking my site offline. Currently I have an imported SSL certificate in ACM. In the DNS I have a record such as: *.example.com A Simple …
0
votes
1 answer

AWS ACM(Certificate Manager) priority sequence

In AWS ACM i have a public certificate which covers example.com and *.example.com Our client require a unique/separate certificate for the subdomain test.example.com To solve this i have create another ACM public certificate with domain name as…
1
2