Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 890 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 890 Bytes

Automating AWS with Python

Repo for Automating AWS with Python

01-webtron

Webtron is a script that will sync a local directory to an s3 bucket, and optionally configure Route 53 and cloudfront as well.

Features

Webotron currently has the following features:

  • List bucket
  • List contents of bucket
  • Create and setup new bucket
  • Sync directory tree to bucket

02-notifon

Notifon is a project to notify Slack users to changes to your AWS account using Cloudwatch events.

Features

Notifon currently has the following features:

02-ec2-volumes

ec2-volumes is a project to find and remove unattached ec2 EBS volumes.

Features

ec2-volumes currently has the following features:

  • Get attached volumes and return volume ID and type
  • Get unattached volumes and return volume ID and type
  • Option to delete unattached volumes
  • Option to detach attached volumes