aws-samples / service-catalog-engine-for-terraform-os

Apache License 2.0
130 stars 40 forks source link

How to remove the stack? #26

Closed having-fun-serverless closed 1 year ago

having-fun-serverless commented 1 year ago

Hello, I've installed the code on our integration AWS environment for testing purposes, now I want to remove it, how can I do it?

smaly-amazon commented 1 year ago

Hi,

Thanks for the question.

The Terraform Reference Engine consists of two CloudFormation stacks. To remove the engine from your account, you need to delete these stacks.

  1. You need to delete the stack named SAM-TRE.

Note that the stack contains a couple buckets. As with any S3 buckets, they need to be emtied before they can be deleted.

The names of the buckets are:

  1. Once the SAM-TRE stack has been deleted, then you can delete the stack named Bootstrap-TRE.
having-fun-serverless commented 1 year ago

Got it. Worth adding it to the README