Difference between revisions of "CREATE FAILED"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 21: | Line 21: | ||
* <code>[[aws cloudformation deploy]]</code> | * <code>[[aws cloudformation deploy]]</code> | ||
* {{cf status}} | * {{cf status}} | ||
− | * [[Terraform resource: | + | * [[Terraform resource: aws_eks_node_group]] |
== See also == | == See also == |
Revision as of 20:11, 16 March 2023
CREATE_FAILED
aws cloudformation describe-stack-events --stack-name your_stack_name | grep -A1 CREATE_FAILED
eksctl create cluster "ResourceStatusReason": "Resource handler returned message: \"Cannot create cluster 'exciting-badger-1636748109' because us-east-1e, the targeted availability zone, does not currently have sufficient capacity to support the cluster. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f (Service: Eks, Status Code: 400, Request ID: fe90d0-example-44a9-a3ad-8dc30583b03f, Extended Request ID: null)\" (RequestToken: e11f9ea5-example-c509-caf7-7e682f5bxxx, HandlerErrorCode: InvalidRequest)",
"ResourceStatusReason": "Bad Request (Service: Amazon S3; Status Code: 400; Error Code: 400 Bad Request; Request ID: 1234567; S3 Extended Request ID: Ixxxxxxx=; Proxy: null)",
An error occurred (ValidationError) when calling the DescribeStackEvents operation: 1 validation error detected: Value 'your_stack_name' at 'stackName' failed to satisfy constraint: Member must satisfy regular expression pattern: [a-zA-Z][-a-zA-Z0-9]*|arn:[-a-zA-Z0-9:/._+]*
CREATE_FAILED: does not currently have sufficient capacity
Related
aws cloudformation describe-stack-events
aws cloudformation list-stacks
aws cloudformation deploy
CREATE_IN_PROGRESS CREATE_FAILED CREATE_COMPLETE ROLLBACK_IN_PROGRESS ROLLBACK_FAILED ROLLBACK_COMPLETE DELETE_IN_PROGRESS DELETE_FAILED DELETE_COMPLETE UPDATE_IN_PROGRESS UPDATE_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_COMPLETE UPDATE_FAILED UPDATE_ROLLBACK_IN_PROGRESS UPDATE_ROLLBACK_FAILED UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS UPDATE_ROLLBACK_COMPLETE REVIEW_IN_PROGRESS IMPORT_IN_PROGRESS IMPORT_COMPLETE IMPORT_ROLLBACK_IN_PROGRESS IMPORT_ROLLBACK_FAILED IMPORT_ROLLBACK_COMPLETE
- Terraform resource: aws_eks_node_group
See also
Advertising: