14Mar/23 Clean up unused EC2 keypairs in all AWS Regions March 14, 2023amazon ec2, boto3, Governance, Python, securitySeecoding Technologies In this guide, we’ll walk through how to use a Python script with Boto3 to find and delete all unused Amazon EC2 keypairs across all AWS Regions.
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 attach or change a security group on an EC2 instance January 13, 2023amazon ec2, aws cli, aws console, Command Line Interface, securitySeecoding Technologies This article shows the steps that allow you to add a security group to a running EC2 instance in the AWS Console and AWS CLI