Skip to content

Instantly share code, notes, and snippets.

@bluethundr
Created January 20, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluethundr/e9a3fb74549a77027eb6daca81f9a61d to your computer and use it in GitHub Desktop.
Save bluethundr/e9a3fb74549a77027eb6daca81f9a61d to your computer and use it in GitHub Desktop.
ec2_private_linux:
provider: nonpod-us-east-1
tag: {'Engagement': '80000', 'Owner': 'Tim Dunphy', 'Name': 'production'}
image: ami-50d8ed47
rename_on_destroy: True
size: c4.large
ssh_username: root
network_interfaces:
- DeviceIndex: 0
SubnetId: subnet-b9273ae0
PrivateIpAddresses:
- Primary: True
#auto assign public ip (not EIP)
AssociatePublicIpAddress: False
volumes:
- { size: 120, device: /dev/xvda, type: gp2 }
- { size: 10, device: /dev/xvdg, type: gp2 }
- { size: 10, device: /dev/xvdh, type: gp2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment