14Mar/23 Clean up unused Elastic IP addresses across all AWS Regions March 14, 2023amazon ec2, boto3, Cost Optimization, PythonSeecoding Technologies In this blog post, we will show you how to create a Python script using the AWS Boto3 library to delete all unused EIPs across all AWS regions.
14Mar/23 How to set a CloudWatch Logs Retention Policy for all log groups March 14, 2023amazon cloudwatch, boto3, Cost Optimization, Governance, PythonSeecoding Technologies In this blog post, we will look at how to set a CloudWatch Logs Retention Policy for all log groups in an AWS region using Python and Boto3.
14Mar/23 Clean up Unattached EBS Volumes across All AWS Regions March 14, 2023amazon ebs, amazon ec2, boto3, Cost Optimization, PythonSeecoding Technologies Learn how to delete unattached EBS volumes in all AWS regions with Boto3. Follow our step-by-step guide to set up your environment and run the Python script.