Score:1

Can't create free-tier AWS RDS DB

mk flag

I can't seem to create a 12-month free-tier AWS RDS DB running MySQL.

According to AWS, the following requirements need to be met for a 12-month free-tier RDS DB:

  • 750 Hours per month of db.t2.micro database usage (applicable DB engines)
  • 20 GB of General Purpose (SSD) database storage
  • 20 GB of storage for database backups and DB Snapshots
  • Applicable engines: Managed Relational Database Service for MySQL, PostgreSQL, MariaDB, Oracle BYOL, or SQL Server.

When selecting the DB instance class in RDS via the AWS console, I can't find db.t2.micro as an option (the closest being db.t3.micro): AWS RDS DB instance class selection screenshot

Following some tutorials available online, I have found out that back in the day, AWS allowed for a "free-tier" template, which is no longer available in my view: AWS RDS DB templates screenshot.

How can I create a 12-month free-tier AWS DB running MySQL?

Score:1
gp flag
Tim

Two possible reasons come to mind:

  • The region / AZ you're trying doesn't have any t2.micro RDS instances available. Try a different AZ or different region. us-east-1 is usually a good bet
  • It could be that the free tier offering hasn't kept up with the RDS instance availability. Nothing you can do about this.
jlnkls avatar
mk flag
Indeed, changing the region was the solution
Score:0
in flag

Adding to Tim's Answer.

It could also be the DB Engine Version.

For example, for SQL Server.

  • SQL Server 2019 and up, the DB instance class db.t2.micro is unavailable.
  • SQL Server 2017 and below, the DB instance class db.t2.micro is available.

Try switching to SQL Server 2017.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.