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
posta un anno fa265 visualizzazioni
2 Risposte
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

con risposta un anno fa
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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande