Skip to content

Mr-Saikiran/awspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awspy

Python Scripts for AWS boto3

delete_ebs.py

The script below can be used to iterate through the EBS volumes within an AWS account's region to identify EBS volumes that are not attached to EC2 instances. Once these unattached volumes are identified, the script below deletes the volume unless the volume has a tag of Name=DND. This script can be run manually or as a lambda.

stop_ec2.py

lambda script to stop ec2 instance

start_ec2.py

manual script to start instance using instance id

About

Python Scripts for AWS boto3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages