14Mar/23 How to find unused security groups in AWS March 14, 2023amazon ec2, amazon vpc, boto3, Python, securitySeecoding Technologies This blog post will show you how to find unused Amazon EC2 security groups in a single AWS region using a Python Boto3 script.
14Mar/23 Clean up unused security groups in AWS March 14, 2023amazon ec2, amazon vpc, boto3, Python, securitySeecoding Technologies In this tutorial, we’ll show you how to use Python and the boto3 library to find and delete unused security groups in a single AWS Region.
13Jan/23 How to list all active AWS resources in a VPC January 13, 2023amazon vpc, aws cli, aws config, aws console, Command Line InterfaceSeecoding Technologies This blog post shows how to find and list all AWS resources that belong to a certain Amazon VPC in an AWS account