Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amjadafanah/0a0e78aeb83e3b99cc3a42d68e839399 to your computer and use it in GitHub Desktop.
Save amjadafanah/0a0e78aeb83e3b99cc3a42d68e839399 to your computer and use it in GitHub Desktop.
# Medium - Instance name prefix.
Medium:
region: us-west-1
instanceType: ecs.s2.large
# Ubuntu 14.04 64bit
image: ubuntu1404_64_40G_aliaegis_20160222.vhd
# mandatory - port 22 should be accessible
securityGroup: sg-u11e46tlb
# SSH ROOT username
username: root
# SSH ROOT password
password: "{{credentials | 2cx18086x3de2cc7x153df15y392xdyc}}"
# Optionally attach additional disks
volumes:
- !volume
size: 10
deleteOnTerminate: true
- !volume
size: 15
deleteOnTerminate: true
# Optionally add tags
tags:
platform: dchq
env: test
# Optionally execute scripts post provision.
#plugins:
# - !plugin
# id: sx6o3
# VM count
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment