- Parallelize multi-machine up on Vagrant 1.2+
- Show proper configuration errors if an invalid configuration key is used.
- Request confirmation on
vagrant destroy, like normal VirtualBox + Vagrant. - If user data is configured, output is shown on "vagrant up" that it is being set.
- Fix crashing bug with incorrect provisioner arguments.
- Got rid of extranneous references to old SSH settings.
- Add support for
vagrant ssh -c[GH-42] - Ability to specify a timeout for waiting for instances to become ready. [GH-44]
- Better error message if instance didn't become ready in time.
- Connection can now be done using IAM profiles. [GH-41]
- The
AWS_ACCESS_KEYandAWS_SECRET_KEYwill be used if available and no specific keys are set in the Vagrantfile. [GH-33] - Fix issues with SSH on VPCs, the correct IP is used. [GH-30]
- Exclude the ".vagrant" directory from rsync.
- Implement
:disabledflag support for shared folders. [GH-29] aws.user_datato specify user data on the instance. [GH-26]
- Choose the proper region when connecting to AWS. [GH-9]
- Configurable SSH port. [GH-13]
- Support other AWS-compatible API endpoints with
config.endpointandconfig.version. [GH-6] - Disable strict host key checking on rsync so known hosts aren't an issue. [GH-7]
- Up fog dependency for Vagrant 1.1.1
- Initial release.