Uninstall solution stacks
You can uninstall the stacks, use the AWS Management Console or the AWS Command Line Interface (AWS CLI).
Make sure you uninstall the stacks in this order:
-
Compute stack
-
Data stack
-
IDC stack
-
AccountPool stack
Using the AWS Management Console
-
Sign in to the AWS CloudFormation console.
-
Select the stack you want to delete.
-
Choose Delete stack.
Note: Make sure you uninstall the stacks in this order: Compute, Data, IDC, and AccountPool.
Using AWS Command Line Interface
Verify that AWS CLI is available in your environment. For installation instructions, refer to What Is the AWS Command Line Interface in the AWS CLI User Guide.
Once you have access to AWS CLI, run the following command:
$ aws cloudformation delete-stack --stack-name <STACK_NAME>
Note: Make sure you uninstall the stacks in this order: Compute, Data, IDC, and AccountPool.