-
Notifications
You must be signed in to change notification settings - Fork 740
Open
Description
I guess recently AWS removed t2.micro from the list of free tier instances. Scenarios using that instance class should be migrated to t3.micro
aws ec2 describe-instance-types --filters Name=free-tier-eligible,Values=true | grep InstanceType
"InstanceType": "t4g.small",
"InstanceType": "c7i-flex.large",
"InstanceType": "t4g.micro",
"InstanceType": "t3.micro",
"InstanceType": "t3.small",
"InstanceType": "m7i-flex.large",https://discord.com/channels/969671994599669760/1397599772935716984
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels