scottslowe-learning-tools/vagrant/aws-multi/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

9 lines
165 B
YAML

---
- name: "instance-01"
type: "m3.medium"
ami: "ami-20be7540"
user: "ubuntu"
- name: "instance-02"
type: "t2.micro"
ami: "ami-746aba14"
user: "ubuntu"