mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Move contents into new folder structure based on primary technology Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
9 lines
165 B
YAML
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"
|