scottslowe-learning-tools/vagrant/aws/instances.yml
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07: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"