mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-20 08:07:09 +02:00
Update config.cfg: t2.micro to t3.micro
Because 1) t2.micro is not exists on every region, see "Some regions like the Middle East (Bahrain) region and the EU (Stockholm) region do not offer t2.micro instances" https://aws.amazon.com/free/free-tier-faqs/ 2) t3.micro is faster https://www.cloudzero.com/advisor/t2-vs-t3/
This commit is contained in:
parent
5a275cd0cd
commit
f9a633af67
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ cloud_providers:
|
|||
# Set use_existing_eip to "true" if you want to use a pre-allocated Elastic IP
|
||||
# Additional prompt will be raised to determine which IP to use
|
||||
use_existing_eip: false
|
||||
size: t2.micro
|
||||
size: t3.micro
|
||||
image:
|
||||
name: "ubuntu-jammy-22.04"
|
||||
arch: x86_64
|
||||
|
|
Loading…
Add table
Reference in a new issue