- Newest
- Most votes
- Most comments
Based on your description, it sounds like you're experiencing an unusual issue with your CloudFront distribution where it appears to be enabled but isn't serving traffic.
The "AdminEnabled" flag being set to false suggests that the distribution has been administratively disabled, which is different from the regular enabled/disabled state that you can control through the console. This administrative disabling could explain why you're seeing "Access Denied" errors when trying to modify the distribution and why the only available option is to delete it.
When a CloudFront distribution is disabled (either normally or administratively), it stops accepting end-user requests that use the domain name associated with that distribution. This explains why your distribution stopped serving traffic even though it appears to be enabled in the console.
The fact that your CloudFront domain name isn't resolving to AWS IPs is consistent with this disabled state. When a distribution is properly enabled and deployed, CloudFront accepts and handles requests using the distribution's domain name.
Regarding the "TooManyDistributions" error, there might be a discrepancy between the actual number of distributions and what's being counted against your quota. Sometimes, distributions that are in the process of being deleted or are in an unusual state might still count against your quota temporarily.
For this specific issue, I recommend:
-
Contact AWS Support directly as they can investigate the administrative disabling of your distribution and the quota issues you're experiencing.
-
Check if there are any AWS Organizations policies, Service Control Policies (SCPs), or other account-level restrictions that might be affecting your CloudFront distributions.
-
Verify if there were any security-related events or automated responses that might have triggered this administrative disabling.
-
When creating a new distribution, ensure that all settings are properly configured, especially any security-related settings or origin configurations.
Since this happened to both the original and replacement distribution, there might be an underlying account-level issue or configuration problem that's causing CloudFront to administratively disable your distributions.
Sources
Distribution settings - Amazon CloudFront
The CloudFront Distribution did not handle requests from outside for two hours 18.01.25. | AWS re:Post
all of my cloudfront domain request fail | AWS re:Post
answered a year ago
Relevant content
asked a year ago
asked 2 years ago
asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
