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'll cover the following...
We'll cover the following...
We will be using the AWS CLI in the terminal below to release the AWS resources.
Remove security group inbound rule
We configured the security group inbound rules to allow inbound connections on port ...