- Newest
- Most votes
- Most comments
The error you're encountering suggests that there might be a temporary issue with the CloudFront service rather than a problem with your specific configuration or the multi-tenant distribution feature not being enabled.
A 503 error (Service Unavailable) typically indicates that the CloudFront service is temporarily unable to handle the request. This could be due to maintenance, overloading, or other internal issues on AWS's side.
Here are some steps you can take to address this:
-
Retry the operation: Sometimes, waiting a short while and trying again can resolve the issue.
-
Check the AWS Service Health Dashboard: Look for any reported issues or scheduled maintenance for CloudFront in the us-east-1 region.
-
Implement exponential backoff: If you're not already doing so, implement an exponential backoff strategy in your CDK deployment. This can help manage temporary service unavailability.
-
Contact AWS Support: If the problem persists, it would be advisable to open a support ticket with AWS. They can provide more specific information about any ongoing issues and potential resolutions, especially regarding the new multi-tenant distribution feature.
-
Verify account status: Ensure that your AWS account is in good standing and that you haven't reached any service limits for CloudFront distributions in your account.
-
Check for account verification: In some cases, especially for new accounts or when using new features, AWS may require additional account verification before allowing the creation of certain resources. If this is the case, you may need to contact AWS Support to complete the verification process.
It's important to note that since the multi-tenant distribution feature is relatively new, there might be some teething issues or limited availability. If the problem persists after trying these steps, it would be best to engage directly with AWS Support for more specific guidance on using this feature.
Sources
Unable to create cloudfront using terraform | AWS re:Post
HTTP 503 status code (Service Unavailable) - Amazon CloudFront
AWS CloudFront Distribution Access Denied Error | AWS re:Post
Relevant content
- asked 2 years ago
- asked 2 months ago
- asked 2 years ago
I've waited over a day and retried, still got the same error.