70.0k views
4 votes
To use an ACM cert with CloudFront what region must it be created in__________

2 Answers

2 votes

Final answer:

To use an ACM certificate with CloudFront, it must be created in the US East (N. Virginia) region. This is essential for the CloudFront distribution to use the certificate globally across its edge locations.

Step-by-step explanation:

To use an ACM (AWS Certificate Manager) certificate with CloudFront, the certificate must be created in the US East (N. Virginia) region, also known as us-east-1. When configuring CloudFront to serve your content over HTTPS, you can select an ACM certificate that you have previously created. It is critical to remember that for CloudFront to use an ACM certificate, it must be issued in the US East (N. Virginia) region, regardless of where your AWS resources or your users are located. This is because CloudFront is a global service, and the certificates that are used with it need to be provisioned centrally from the us-east-1 region to be distributed across various CloudFront edge locations.

User SkryptX
by
7.1k points
2 votes

Final Answer:

To use an ACM cert with CloudFront, it must be created in the US East (N. Virginia) region.

Step-by-step explanation:

Amazon CloudFront, the Content Delivery Network (CDN) service provided by Amazon Web Services (AWS), requires the SSL/TLS certificates used for secure connections to be managed by AWS Certificate Manager (ACM). When using an ACM certificate with CloudFront, it's important to note that the certificate must be created in the US East (N. Virginia) region. CloudFront distributions that use ACM certificates are associated with the specific region where the certificate is created.

This regional requirement ensures proper integration and functionality between ACM certificates and CloudFront distributions. While AWS services often offer flexibility in choosing regions, the association of ACM certificates with CloudFront is region-specific.

User Victor Denisov
by
8.0k points