View a markdown version of this page

Uninstall the solution - Scene Intelligence with Rosbag on AWS

Uninstall the solution

Follow the step-by-step instructions in this section to uninstall the solution into your account. You can use the AWS Management Console, AWS CLI, or AWS CloudFormation.

Using the AWS Management Console

Complete the following steps to delete the scene-intelligence-with-rosbag-on-aws-create and scene-intelligence-with-rosbag-on-aws-delete stacks.

  1. Sign in to the CloudFormation console.

  2. On the Stacks page, select this solution’s stack.

  3. Choose Delete.

Using AWS Command Line Interface

Determine whether the AWS Command Line Interface (AWS CLI) is available in your environment. For installation instructions, see What Is the AWS Command Line Interface in the AWS CLI User Guide. After confirming that the AWS CLI is available, run the following command.

$ aws cloudformation delete-stack --stack-name scene-intelligence-with-rosbag-on-aws-create $ aws cloudformation wait stack-delete-complete --stack-name scene-intelligence-with-rosbag-on-aws-create $ aws cloudformation delete-stack --stack-name scene-intelligence-with-rosbag-on-aws-delete $ aws cloudformation wait stack-delete-complete --stack-name scene-intelligence-with-rosbag-on-aws-delete