mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +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'))}}"
|
aws_secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'))}}"
|
||||||
keypair: "VPNKEY"
|
keypair: "VPNKEY"
|
||||||
group: vpn-secgroup
|
group: vpn-secgroup
|
||||||
instance_type: t2.nano
|
instance_type: t2.micro
|
||||||
image: "{{ ami_image }}"
|
image: "{{ ami_image }}"
|
||||||
wait: true
|
wait: true
|
||||||
region: "{{ region }}"
|
region: "{{ region }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue