Difference between revisions of "CREATE FAILED"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
CREATE_FAILED in [[AWS CloudFormation]] and [[Terraform]].
 +
 +
  
 
  [[aws cloudformation describe-stack-events]] --stack-name your_stack_name | grep -A1 CREATE_FAILED
 
  [[aws cloudformation describe-stack-events]] --stack-name your_stack_name | grep -A1 CREATE_FAILED
Line 9: Line 12:
  
 
  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:/._+]*
 
  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 ==
 
== Related ==
 
* <code>[[aws cloudformation describe-stack-events]]</code>
 
* <code>[[aws cloudformation describe-stack-events]]</code>
 +
* <code>[[aws cloudformation list-stacks]]</code>
 
* <code>[[aws cloudformation deploy]]</code>
 
* <code>[[aws cloudformation deploy]]</code>
 +
* {{cf status}}
 +
* [[Terraform resource: aws_eks_node_group]]
 +
* [[Error: waiting for EKS Add-On]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:17, 2 February 2024

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: