Hi all,
It will be part of the next release, which should come next week, most likely.
As far as I know, it matches most of the major features of Aminator:
* Meant to be run on an EC2 instance itself.
* Can read access tokens, region, etc. from the instance it is running on, if available.
* Mounts the root volume of another AMI onto the existing EC2 instance, uses a chroot to provision.
* Finds an available device (if not specified).
* File locks so that multiple Packer runs can be run in parallel, safely.
* Retains the block device mapping of the original AMI, but replaces the snapshot ID of the root device with the newly created snapshot.
And being part of Packer, it gets to take advantage of some of the common Packer features that are coming in (that are likely already Aminator features, but I'm unsure):
* Custom block device mapping
* Multi-region AMI distribution
Enjoy!
Best,
Mitchell