vagrant-aws
vagrant-aws copied to clipboard
Use Vagrant to manage your EC2 and VPC instances.
@mitchellh Is this plugin basically dead? The fog dependency pinnings on this plugin are starting to conflict with being installed along other popular plugins like vagrant-libvirt.
I have a repository manager manager for hosting Vagrant boxes (we can assume its just an HTTP server here) and I have my Vagrant boxes and a box.json on this...
I'm working with Vagrant 1.7.2 and having issues trying to boot a vagrant instance using (Gitbash): `vagrant up --provider=aws` I get the error _"The executable 'powershell' Vagrant is trying to...
``` /Users/jenkins/.vagrant.d/gems/2.4.9/gems/vagrant-aws-0.7.2/lib/vagrant-aws/action/connect_aws.rb:41:in `call': undefined method `except' for # (NoMethodError) from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/before_trigger.rb:23:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/after_trigger.rb:26:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/builtin/config_validate.rb:25:in `call' from /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/action/warden.rb:57:in `call'...
When I configure my AWS instance, I notice that when I use `aws.aws_dir` and override the region with `aws.region`, then the region is ignored. Files involved: **/config** ``` [default] region=eu-west-1...
Hey there @mitchellh - We were hoping that we could get a note on this repo to let people know that this plugin is no longer supported. I think maybe...
This is provided because 2.2.16 has a bug where it cannot be used with RSA SHA1 ssh keys which makes it impossible to use with vagrant-aws as well as any...
Installing the 'vagrant-aws' plugin. This can take a few minutes... Fetching iniparse-1.5.0.gem Fetching xmlrpc-0.3.2.gem Fetching formatador-0.2.5.gem Fetching fog-core-1.45.0.gem Fetching racc-1.5.2.gem Building native extensions. This could take a while... Vagrant failed...
SSH halt
Hi, It is frustrated that I could not get rid of infinite loop of SSH halt. Go through all the methods of other thread without luck. Could anyone help? require...
Env: MacOsX 10.10.2 Ruby: 2.1.5 Vagrant: 1.7.2 vagrant-aws: 0.6.0 vagrant up --provider=aws ``` An unexpected error occurred when executing the action on the machine. Please report this as a bug:...