Skip to content

Outdated Free Tier Instances #375

@andrew-aiken

Description

@andrew-aiken

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions