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
質問済み 1年前265ビュー
2回答
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

回答済み 1年前
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
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ