Merge pull request #156 from kennwhite/master

Change default instance to free tier (t2.micro)
This commit is contained in:
defunct 2016-12-12 15:18:06 -05:00 committed by GitHub
commit 759807a3b6

View file

@ -55,7 +55,7 @@
aws_secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'))}}"
keypair: "VPNKEY"
group: vpn-secgroup
instance_type: t2.nano
instance_type: t2.micro
image: "{{ ami_image }}"
wait: true
region: "{{ region }}"