mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add files for a learning environment that supports spinning up multiple instances on AWS via Vagrant with the `vagrant-aws` provider.
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"
|