trailofbits / algo

Set up a personal VPN in the cloud
https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/
GNU Affero General Public License v3.0
28.49k stars 2.3k forks source link

Update config.cfg: t2.micro to t3.micro #14725

Closed vitaly-zdanevich closed 1 week ago

vitaly-zdanevich commented 3 weeks ago

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/

Works for me image

vitaly-zdanevich commented 3 weeks ago

Even more - t2.micro is not exists in the UI for me image

jackivanov commented 1 week ago

t3.micro is only free tier in regions where t2.micro isn't available. As long as this is true, we don't want to change the default. Anyone can update the config locally to use t3 if they want.