Vagrant AWS Provider: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


  vagrant plugin install vagrant-aws
  vagrant plugin install vagrant-aws
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box

Revision as of 21:03, 31 July 2019

External

Internal

Overview

Vagrant AWS Provider is a plugin that adds an AWS provider to Vagrant, allowing it to control and provision machines in EC2 and VPC.

Installation

vagrant plugin install vagrant-aws
vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box