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
demandé il y a un an265 vues
2 réponses
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

répondu il y a un an
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions