CloudFront Distribution is not Deployed

0

I created a Distribution within the CloudFront service, but the status remained enabled while it was supposed to be deployed; why is this please? what should I do to get it changed to deployed? It's been more than 3 days now since I created the Distribution.

Whiz
asked 10 months ago244 views
2 Answers
0

Looks like your CloudFront is already in Deployed, Use this command to check the Status:

aws cloudfront get-distribution --id <ASASDEEDSA> --query 'Distribution.{Status: Status}' --output table

answered 10 months ago
0

It is deployed.

Enabled means that as soon as the distribution is fully deployed you can deploy links that use the distribution's domain name and users can retrieve content. Whenever a distribution is enabled, CloudFront accepts and handles any end-user requests for content that use the domain name associated with that distribution.

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesEnabled

profile picture
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions