Skip to content

Instantly share code, notes, and snippets.

@bluethundr
Created September 29, 2016 15:55
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/0c19ad95b26230c46ced045b48dad9d8 to your computer and use it in GitHub Desktop.
Save bluethundr/0c19ad95b26230c46ced045b48dad9d8 to your computer and use it in GitHub Desktop.
ec2_private_win_app1_c4.2xlarge:
provider: company-nonpod-us-east-1
image: ami-xxxxxx
size: c4.2xlarge
network_interfaces:
DeviceIndex: 0
SubnetId: subnet-xxxxx
SecurityGroupId: sg-xxxxxx
PrivateIpAddresses:
- Primary: True
#auto assign public ip (not EIP)
AssociatePublicIpAddress: False
block_device_mappings:
- DeviceName: /dev/sda1
Ebs.VolumeSize: 120
Ebs.VolumeType: gp2
- DeviceName: /dev/sdf
Ebs.VolumeSize: 100
Ebs.VolumeType: gp2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment