Questions tagged [aws-acm-certificate]

12 questions
19
votes
4 answers

aws_acm_certificate seems to have changed its state output possibly due to a provider update- am I doing this wrong?

Terraform v0.12.12 + provider.aws v3.0.0 + provider.template v2.1.2 Before I was doing this: resource "aws_route53_record" "derps" { name = aws_acm_certificate.mycert[0].resource_record_name type =…
5
votes
2 answers

Communication between Cloudfront and ALB resulting in a 502 error

I'm getting Cloudfront 502 errors in the communication to the ALB origin, which results in: CloudFront wasn't able to connect to the origin. The Cloudfront logs show me OriginConnectError. I've gone back and forth regarding what the issue could be,…
3
votes
1 answer

Trouble when adding https listener to AWS Application Load Balancer

I am currently trying to setup https for my backend program (Spring Boot). My first step was to deploy my Backend program using AWS Fargate which gives a public IP in http. Then I setted up an AWS Application Load Balancer for the AWS Fargate using…
1
vote
2 answers

AWS not allowing me to add another ACM Certificate for SSL configuration

I am trying to add SSL Certificate in ALB, but getting following error. I have requested successful 1 ACM Certificate, but unfortunately that was wrongly configured, and this issue is repeating after deleted my first ACM Certificate. Does AWS not…
1
vote
0 answers

Unable to delete ACM certificate

I was running a basic website using CloudFront, Route53 and ACM on AWS. The whole infrastructure was created a few months ago using Terraform and experienced no issues with it so far. At the moment, I have no more use for this site so I decided to…
1
vote
1 answer

How to export certificate from AWS Certificate M to import into java keystore at runtime without storing the certificate physically on my ec2 machine

I have an application which uses the certificate from Java key store which is physically stored on ec2 machine.I want to use the certificate from ACM directly at runtime without storing it on ec2 server.
0
votes
1 answer

Aws acm api access to issue certificate

I have an application with which I want to request new ACM certificate for a domain name. I want to do DNS validation for ACM to issue the cert. I could not find reference to an API where ACM can respond with the DNS records need to be setup before…
0
votes
1 answer

AWS ACM certificate created with terraform can't be validated, domain doesn't have valid NS (?)

I have a domain generated and managed with AWS Route53. This domain has been manually created but the rest of the infrastructure is created using terraform in different regions to avoid the initial FARGATE CPU limit. The infrastructure is updated…
0
votes
0 answers

AWS API Gateway integration with an NLB with ACM issued cert resulting in SSL error

Here's my context EC2 instances host a Spring Boot API microservice A Network Load Balancer that fronts the EC2 instances with a port 443 Listener that has an ACM issued Private SSL cert installed on it I have created a VPC link to that…
0
votes
1 answer

Can we use AWS ACM Public Certificate for external website applications?

Is this ACM public certificates used with ACM-integrated service only? OR can we use this for externally hosted applications as well? I need a TLS certificate (PEM-encoded) for your subdomain and the 2048-bit private key (PEM-encoded). to configure…
Karikalan
  • 107
  • 10
0
votes
1 answer

AWS Route53 and ACM certificate - Allow other account within same organization to create records in hosted zone

I have multiple AWS accounts managed through AWS organization. I have a generic account which is used to share resources. In this generic account, I have created a Route53 hosted zone which is related to a domain I purchased through Route53. Lets…
-1
votes
1 answer

S3 static hosted website not working without www. (Namecheap DNS, Cloudfront Distro, ACM SSL Cert)

I can't seem to resolve this one issue. Without www it doesn't work. For background it was originally pointing to a www. bucket but I've since made a new one and it's pointing to that one. I have a namecheap CNAME records pointing to cloudfront…
jawn
  • 851
  • 7
  • 10