scottslowe-learning-tools/vagrant-aws/instances.yml
Scott Lowe 708f03a3bf Add files for using Vagrant with AWS
Add Vagrantfile, external YAML data file, and README.md for using Vagrant to spin up an instance on AWS.
2016-02-11 22:48:18 -07:00

7 lines
147 B
YAML

---
instance_type: "m3.medium"
region: "us-west-1"
ami: "ami-842355e4"
user: "ubuntu"
security_groups: ["launch-wizard-1"]
keypair_name: "aws_rsa"