Search⌘ K

Releasing the AWS Resources

Learn how to use the AWS CLI to remove security group inbound rules, delete RDS database instances, and clean up S3 buckets. This lesson helps you properly release AWS resources after completing your Django app deployment to avoid extra charges and maintain cloud hygiene.

We will be using the AWS CLI in the terminal below to release the AWS resources.

Terminal 1
Terminal
Loading...

Remove security group inbound rule

We configured the security group inbound rules to allow inbound connections on port ...