Clean up resources
Resource Cleanup
To clean up the AWS resources created in the practice, we will follow the steps below in turn.
Content
Run shell script cleanup.sh
- Access the service Systems Manager
- In the left-hand navigation bar, select Session Manager.
- Select the EC2 instance corresponding to the BastionIP value.
- Press the
Start Session
button.
- In the new window bar, we will proceed to run the necessary commands.
Before running the scripts, we need to make sure the account used is ec2-user
.
Proceed to switch to ec2-user
account with the following command:

Perform ECS Cluster and Amazon ECR cleanup with the following shell script:
Delete Secret at Secret Manager
- Access the service Secrets Manager.
- Delete the Secret created in the previous section.
- Access the service CloudFormation
- Search for a Stack named with the following format
-RDSMySQLRotationSingleUser-
. This is the Stack used for Key Rotation
- Proceed to delete CloudFormation Stack above.
- After the process is complete, we will proceed to delete the Stack built in the preparation environment.
- Search for the Stack named with the following format
smdemo
.
- Proceed to delete CloudFormation Stack above.
