Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 368 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 368 Bytes

aws-scripts

A collection of useful scripts that I have written for AWS administration tasks.

  • aws-autosnap.py - Automatic AWS EC2 volume snapshots via cron
  • gateway-grabber.py - Points default route of a specified AWS route table to the current instance (for HA NAT)
  • lambda_autosnap.py - Automatic AWS EC2 volume snapshots via AWS Lambda for Python