Releases: josh-padnick/ec2-snapper
Releases · josh-padnick/ec2-snapper
v0.5.2
v0.5.1
- ENHANCEMENT: ec2-snapper now also tags the EBS volume snapshots it creates as part of the process of creating an AMI. This allows you to find an AMI by name and restore an entire EC2 Instance, or find individual EBS Volumes by name and restore just a single volume.
v0.5.0
v0.4.2
v0.4.1
v0.4.0
- REFACTOR: The AWS region is passed in via the
--region
param. - ENHANCEMENT: You can now specify an instance name via the
--instance-name
parameter instead of using--instance-id
(which might change every time you redeploy). - ENHANCEMENT: Added unit and integration tests.
- TWEAK: Publish binaries directly in GitHub instead of bintray.
v0.3.0
- ENHANCEMENT: Created AMIs now include the specified name in the
Name
tag. GH-4 - ENHANCEMENT: Added
ec2-snapper version
subcommand. - BUG: Fixed ec2-snapper only deletes 1 snapshot per AMI
- TWEAK: Updated to latest version of AWS SDK for Golang
v0.2.0
v0.1.0
Initial release.