Uninstall solution stacks - Innovation Sandbox on AWS

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:

  1. Compute stack

  2. Data stack

  3. IDC stack

  4. AccountPool stack

Using the AWS Management Console

  1. Sign in to the AWS CloudFormation console.

  2. Select the stack you want to delete.

  3. 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.