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
preguntada hace un año265 visualizaciones
2 Respuestas
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

respondido hace un año
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
EXPERTO
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas