2 Answers
- Newest
- Most votes
- Most comments
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 3 years 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.
Relevant content
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 6 months ago
