You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.