CREATE FAILED

From wikieduonline
Jump to navigation Jump to search
CREATE_FAILED in AWS CloudFormation and Terraform.


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[edit]

See also[edit]

Advertising: