scottslowe-learning-tools/vagrant-aws/instances.yml
Scott S. Lowe 5a061b1484 Add support for specifying the AWS instance type
Added line to Vagrantfile to read instance_type from instances.yml; this will allow user to specify the AWS instance type to be created.

Addresses #54.
2016-09-25 21:58:04 -06:00

7 lines
138 B
YAML

---
instance_type: "t2.micro"
region: "us-west-2"
ami: "ami-746aba14"
user: "ubuntu"
security_groups: ["default"]
keypair_name: "aws_rsa"