mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Merge pull request #156 from kennwhite/master
Change default instance to free tier (t2.micro)
This commit is contained in:
commit
759807a3b6
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue