Skip to content

here are a few python scripts that can help you manage your AWS resources.

License

Notifications You must be signed in to change notification settings

Daniel-Higgins/Python-scripts-AWS

Repository files navigation

Python-scripts-AWS

here are a few Python scripts that can help you manage your AWS resources.

IAM_policy-cleanup - this script cleans up any misspelled policy names, in this example anything that ends in .json, and removes them. Then the script creates a new policy with the same permission but correctly spells the policy and then attaches it to the role/group.

create s3 - that python script creates a simple private s3 bucket to any region of your choice

vpc-subnet creation - creates vpc and subnets of your choosing in a specific account

sns-sqs - this creates a simple SNS and SQS queue

ebs-cleanup - this script scans for any unattached EBS volumes, takes a snapshot of them, and then deletes the volume to save costs

launch-rds - this script takes a snapshot of an RDS and launches a new RDS based off of the snapshot taken

workspace-start - this script is basic and turns on all the present workspaces in an aws account

About

here are a few python scripts that can help you manage your AWS resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages