-
- This Lambda script will rename all EBS volumes, network interfaces, snapshots, and AMIs (owned by the account running the script) in the region. Resources attached to an EC2 instances will get name-tags based on the instance's name-tag.
-
- A Lambda script that will automatically start and stop all ec2 instances and RDS (non-multi AZ support only!) instances in your AWS account based off of start/stop tags applied to the resources.
-
- A script to query external AWS accounts (via STSAssumeRole), for remote administration. This example will read out the running EC2 instances in all included AWS accounts.
-
- A Lambda script to automatically snapshot EBS volumes and manage the retention of old automatic snapshots. Uses tags on the EBS volumes to determine the frequency of the backups for the volumes.
-
- Common one line commands used in AWS