Skip to content

Instantly share code, notes, and snippets.

@bluethundr
Created September 19, 2016 15:38
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/87ebc8d08eb14185ac60284f61e8abe6 to your computer and use it in GitHub Desktop.
Save bluethundr/87ebc8d08eb14185ac60284f61e8abe6 to your computer and use it in GitHub Desktop.
base_ec2_public:
provider: my-ec2-us-east-public-ips
image: ami-16b72301
size: c4.large
ssh_username: root
network_interfaces:
- DeviceIndex: 0
PrivateIpAddresses:
- Primary: True
#auto assign public ip (not EIP)
AssociatePublicIpAddress: False
SubnetId: subnet-89d0d5d0
SecurityGroupId:
- sg-93d518f5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment