Registry / cloud / vagrant-aws

vagrant-aws

JSON →
library0.7.2rbrubygemsunverified

Enables Vagrant to manage machines in EC2 and VPC.

gem install vagrant-aws
INSTALL
IMPORT
SIG · VAGRANT-AWS
V
vagrant-aws
cloudrubyv0.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VagrantPlugins::AWS
require 'vagrant-aws'

Configure Vagrant to use AWS provider

require 'vagrant-aws' Vagrant.configure('2') do |config| config.vm.provider :aws do |aws, override| aws.access_key_id = 'YOUR_KEY' aws.secret_access_key = 'YOUR_SECRET' aws.keypair_name = 'KEYPAIR_NAME' override.ssh.private_key_path = 'PATH_TO_PRIVATE_KEY' end end
Debug
Known issues
gotchaRequires Vagrant 1.2+ and a valid AWS account
fix
Ensure Vagrant version is >= 1.2 and AWS credentials are configured
affects: >= 0.1.0
Upgrade
Version history
0.7.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
vagrant-aws — gem install vagrant-aws · libregistry