Files
mgmt/examples/aws_ec2_1.yaml
2017-10-09 04:05:13 -04:00

11 lines
161 B
YAML

---
graph: mygraph
resources:
aws:ec2:
- name: ec2example
region: ca-central-1
type: t2.micro
imageid: ami-5ac17f3e
state: running
edges: []