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
Note
If you upgraded to v1.3.0 or later from an earlier version, your account contains legacy AWS AppConfig configuration profiles whose names include GlobalConfigHostedConfiguration and ReportingConfigHostedConfiguration. These profiles are not managed by any of the solution’s stacks and have no effect on the solution. They are safe to delete manually from the AWS AppConfig console after you finish uninstalling.
Using the AWS Management Console
-
Sign in to the AWS CloudFormation console
. -
Choose 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.