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

  1. Access the service Systems Manager
  2. In the left-hand navigation bar, select Session Manager.
  3. Select the EC2 instance corresponding to the BastionIP value.
  4. Press the Start Session button.
  5. 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:

sudo su - ec2-user

shell-cleanup

Perform ECS Cluster and Amazon ECR cleanup with the following shell script:

./cleanup.sh

Delete Secret at Secret Manager

  1. Access the service Secrets Manager.
  2. Delete the Secret created in the previous section.

Delete CloudFormation Stack

  1. Access the service CloudFormation
  2. Search for a Stack named with the following format -RDSMySQLRotationSingleUser-. This is the Stack used for Key Rotation
  3. Proceed to delete CloudFormation Stack above.
  4. After the process is complete, we will proceed to delete the Stack built in the preparation environment.
  5. Search for the Stack named with the following format smdemo.
  6. Proceed to delete CloudFormation Stack above.

cloudformation-stacks