mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile, external YAML data file, and README.md for using Vagrant to spin up an instance on AWS.
7 lines
147 B
YAML
7 lines
147 B
YAML
---
|
|
instance_type: "m3.medium"
|
|
region: "us-west-1"
|
|
ami: "ami-842355e4"
|
|
user: "ubuntu"
|
|
security_groups: ["launch-wizard-1"]
|
|
keypair_name: "aws_rsa"
|