mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-11 04:07:48 +02:00
The T2 instance family is legacy and not available in newer AWS regions like il-central-1 (Israel). Changing to t3.micro ensures deployments work in all regions. T3 instances offer better performance than T2 and are still covered under the AWS Free Tier. Fixes #14947 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>