https://github.com/mitchellh/vagrant-aws
Usage
Install using standard Vagrant 1.1+ plugin installation methods. After installing, vagrant up
and specify the aws
provider. An example is shown below.
$ vagrant plugin install vagrant-aws
...
$ vagrant up --provider=aws
...