Uninstall the solution
You can uninstall the QnABot on AWS solution from the AWS Management Console or by using the AWS Command Line Interface.
Using the AWS Management Console
-
Sign in to the AWS CloudFormation console
. -
Select this solution’s installation stack.
-
Choose Delete.
Note
Some IAM Roles are retained after stack deletion. You can find and delete them by
searching AdminRole
, OpenSearchDashboardsRole
,
UnauthenticatedRole
, and UserRole
. You can also find all the
roles by taking the first portion of your deleted Stack ID
found in CloudFormation.
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. Optionally, you can use the
AWS CloudShell
$ aws cloudformation delete-stack --stack-name
<installation-stack-name>