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:
Vitaly Zdanevich 2024-06-05 19:32:39 +03:00 committed by GitHub
parent 5a275cd0cd
commit f9a633af67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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