mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 573 forks source link

Allow `package` command to just take a snapshot #486

Open bodepd opened 8 years ago

bodepd commented 8 years ago

Currently, the snapshot sub-command is not supported for this provider, but the ability to take ami snapshots is supported inside of the package command.

This patch adds an option: package_only_snapshot that allows you to use the package option to only take a snapshot.

rtyler commented 8 years ago

@bodepd Looks reasonable to me, would you mind adding a readme comment about the option or some other form of documentation?