ec2-snapper
ec2-snapper copied to clipboard
A simple command-line tool for creating and deleting AMI's of your EC2 instances
Imagine you have an instance with `Name` tag `foo` running in an ASG, and you're using `ec2-snapper` to take a snapshot of it once per day. Each time that instance...
To create or modify a command line argument or flag, you currently have to: 1. Update the relevant `Command` struct (e.g. `DeleteCommand`) 2. Update a description variable (e.g. `deleteDscrAwsRegion`) 3....
A few users have reported interest in using ec2-snapper to delete all AMIs older than a certain date, but without concern to which EC2 Instance they were created for, or...
When running the ec2-snapper binary on macOS High Sierra, I received the following output: ``` failed MSpanList_Insert 0xb9e000 0x88223d97ee77 0x0 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x757750, 0x10) /usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go:530 +0x90...