aws-samples / aws-service-catalog-terraform-reference-architecture

Apply Terraform configurations using CloudFormation through a proxy lambda
Apache License 2.0
134 stars 70 forks source link

Couldn't create "TerraformArchitecture-SingleAccount" stack #8

Closed hosamshahin closed 4 years ago

hosamshahin commented 5 years ago

I'm getting the following error when trying to create the stack, any ideas?

2019-07-06 18:09:01 UTC+0200 TerraformFulfillmentServer DELETE_IN_PROGRESS - AWS::CloudFormation::Stack 2019-07-06 18:08:58 UTC+0200 TerraformArchitecture-SingleAccount ROLLBACK_IN_PROGRESS The following resource(s) failed to create: [TerraformFulfillmentServer]. . Rollback requested by user. AWS::CloudFormation::Stack 2019-07-06 18:08:58 UTC+0200 TerraformFulfillmentServer CREATE_FAILED Embedded stack arn:aws:cloudformation:us-east-1:541585145005:stack/TerraformArchitecture-SingleAccount-TerraformFulfillmentServer-1ATOO1NYI6K3X/55e738b0-a008-11e9-95ab-12926a34023c was not successfully created: The following resource(s) failed to create: [TerraformNatEip, OutputStore, SsmCommandStore, TerraformLambdaSnsTopic, TerraformInternetGateway, TerraformConfigStore, TerraformVpc, StateStore]. AWS::CloudFormation::Stack

kattavenkata commented 5 years ago

I think this issue with your IAM permissions while creating the stack and it's not able to create those resources.

chapmancl commented 4 years ago

In the cloudformation console under events find the first resource that failed. The status reason will tell you what needs to be fixed. everything after the first resource failure will be a generic failure due to rollback.