Skip to content

Instantly share code, notes, and snippets.

@arbabnazar
Created August 3, 2015 13:45
Show Gist options
  • Save arbabnazar/d6fc76dccef0e13267da to your computer and use it in GitHub Desktop.
Save arbabnazar/d6fc76dccef0e13267da to your computer and use it in GitHub Desktop.
---
web_instance_type: t2.micro
web_security_groups:
- sg_name: web-sg
sg_description: This sg is for app instance
sg_rules:
- proto: tcp
from_port: 22
to_port: 22
cidr_ip: 0.0.0.0/0
- proto: tcp
from_port: 80
to_port: 80
cidr_ip: 0.0.0.0/0
# Please don't change the variables below, until you know what you are doing
# Only Ubuntu distribution is supported
linux_distribution: ubuntu
ubuntu_release: trusty
ami_store: ebs
virutalization_type: hvm
cpu_architecture: amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment