AWS docs indicate that free tier does exist for Postgres DB instances... https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.PostgreSQL.html I wonder if you're choosing Aurora or Serverless that aren't compatible with the free tier? Answer from S7R4nG3 on reddit.com
🌐
AWS
aws.amazon.com › amazon rds › amazon rds for postgresql › pricing
Amazon RDS for PostgreSQL Pricing
5 days ago - New AWS customers can get started with RDS for PostgreSQL for free as part of the AWS Free Tier, which includes includes 750 hours on a selection of Single-AZ instance databases, 20 GB of General Purpose SSD (gp2) storage, and 20 GB of storage for automated database backups each month for one year.
🌐
AWS
aws.amazon.com › databases › amazon rds › free tier
AWS Free Tier with Amazon Aurora & RDS
5 days ago - Explore free Amazon Aurora offers with AWS Free Tier · Use credits to access Aurora PostgreSQL features in both Free and Paid plans.
🌐
Reddit
reddit.com › r/aws › free tier postgres rds running for about 4 days, single app, single user..2 tables, 5000 rows total. looks like it racked up 27.4 gb-mo of provisioned storage? what does that mean?
r/aws on Reddit: Free tier Postgres RDS running for about 4 days, single app, single user..2 tables, 5000 rows total. Looks like it racked up 27.4 GB-Mo of provisioned storage? What does that mean?
November 24, 2022 - News, articles and tools covering Amazon Web Services (AWS), including S3, EC2, SQS, RDS, DynamoDB, IAM, CloudFormation, AWS-CDK, Route 53, CloudFront, Lambda, VPC, Cloudwatch, Glacier and more. ... I suspect you provisioned 200 GB, when the free tier only allows 20 GB.
🌐
Reddit
reddit.com › r/dataengineering › realistically, how much data can rds postgres handle on the aws free tier
r/dataengineering on Reddit: Realistically, how much data can RDS Postgres handle on the AWS free tier
May 16, 2024 -

I’m looking to start a personal project where I gather all the player data for league of legends players on the NA server. These are the tables:

  1. accounts (1.5M rows, 5-10 columns)

  2. summoners (1.5M rows, 10-15 columns)

  3. ranked_data (1.5M rows added everyday, 10-15 columns)

  4. matches

    1. (initially, I’ll gather 1.5M players * 50 matches * 10 players per match. There will be overlap because multiple players play in the same game, so less rows in reality. I’ll continue to gather new matches probably every day)

    2. (200-300 rows)

AWS free tier has these parameters, “750 Hours of Amazon RDS Single-AZ db.t2.micro, db.t3.micro, and db.t4g.micro Instances usage running MySQL, MariaDB, PostgreSQL databases each month (applicable DB engines).”

The largest option, db.t4g.micro, has 2 CPUs and 1Gb of RAM. Using the AWS pricing calculator, it would normally cost ~$23/mo if purchased without the free plan.

Is this powerful enough to house the data for this project?

🌐
Reddit
reddit.com › r/cloudvisor › freebies! amazon aurora postgresql is now available in the aws free tier
r/Cloudvisor on Reddit: Freebies! Amazon Aurora PostgreSQL is now available in the AWS Free Tier
March 26, 2026 -

AWS added Aurora PostgreSQL to the AWS Free Tier, which makes it easier for early-stage projects to test Aurora without committing spend immediately.

Why this matters (practically):

  • You can validate Aurora-specific behavior (performance, scaling patterns, operational workflow) before paying real money.

  • It lowers the barrier for startups to try Aurora instead of defaulting to standard RDS Postgres or self-managed Postgres.

  • It’s useful for proof-of-concepts and small internal tools where you want a managed Postgres option from day one.

If you’re choosing between RDS Postgres vs Aurora Postgres right now, this makes “try Aurora first” a lot more reasonable.

Find elsewhere
🌐
Reddit
reddit.com › r/sideproject › free (or generous free tier) postgresql hosting platforms for side project – alternatives to aws rds?
r/SideProject on Reddit: Free (or generous free tier) PostgreSQL hosting platforms for side project – alternatives to AWS RDS?
January 7, 2026 -

I’m building a small side project and need a managed PostgreSQL database that’s free (or has a solid free tier without expiring soon or being too limited). I tried AWS RDS free tier but found it complicated to set up and manage (credits, billing surprises, etc.).

Looking for something easier: quick signup, simple connection string, no credit card if possible, and reliable for hobby/low-traffic use.

Ideally:

• At least 500MB–1GB storage

• No quick expiration (like 30 days)

• Serverless or auto-sleep to save costs

• Bonus: branching, backups, or easy scaling

From what I’ve seen:

• Supabase (500MB, pauses on inactivity)

• Neon (0.5GB per project, serverless scale-to-zero)

• Render (1GB but expires after 30 days?)

• Railway (usage-based with credits)

• Others like ElephantSQL or Aiven?

What do you recommend in 2026? What’s working well for your side projects? Any gotchas with free tiers (like sudden pauses, limits, or upgrades needed)?

Thanks! 🚀

🌐
Reddit
reddit.com › r/aws › amazon rds charged 700 a month on free tier ( empty unused and unconnected postgres)
Amazon RDS Charged 700 a month on Free Tier ( empty unused and unconnected Postgres) : r/aws
November 29, 2024 - For insight & better understanding of how this occurred, please contact us directly by creating a case from our Support Center: http://go.aws/support-center. ... I did. Wasnt expecting much as its a Holiday honestly but eventually got in touch with a lady in India ( was quite polite) but she just said she would have to get back with me. Im more curious about what happened and how this all came about. More replies ... What version of Postgres is it?? You may have left a very old free-tier out there that maybe got hit with extended support charges.
🌐
Reddit
reddit.com › r/webdev › best free tier for a dev project with frequent deployments and a postgres db?
r/webdev on Reddit: Best free tier for a dev project with frequent deployments and a Postgres DB?
November 20, 2025 -

Hey everyone, I'm looking for a free hosting solution for a small dev project and could use some advice.

I need to deploy a simple web app (Node.js and/or Python) with a PostgreSQL database. It's just for testing, so traffic will be minimal - maybe 5 users max. The database is small too, probably under 100MB.

The main thing is I need to be able to deploy frequently - sometimes 10+ times a day while I'm actively developing. I also want the database to stick around longer than Render's 30-day free tier.

I'd prefer not to give out credit card info. I've seen Neon mentioned for databases and it looks okay, but I'm wondering if there's something simpler where I can host both the app and database together without much hassle.

What are you guys using for similar projects? Any recommendations for platforms that don't mind frequent deployments and offer a decent free tier?

Thanks!

Till now i have tested this, any other suggestions to add to the list?

Platform Type PostgreSQL Free Tier Credit Card Deploy Limit
Railway Full-stack $5/month Unlimited
Fly.io Full-stack Generous Unlimited
Render Full-stack 30 days Limited
Neon Database-only Generous N/A
Supabase BaaS Generous Unlimited
Netlify Frontend-only Generous
Vercel Frontend-only Generous
Heroku Full-stack Limited Limited
🌐
Reddit
reddit.com › r/aws › rds seems under the free tier but costs money?
r/aws on Reddit: RDS seems under the free tier but costs money?
May 28, 2023 -

I am recently running my own web application on AWS. I am still under my free tier. But the cost of RDS for instance running PostgreSQL really confused me. It kept costing me money, but meanwhile, I can see my free tier usage is increasing. Could anyone help me understand this? Thanks.

Charges details:

Free Tier details:

🌐
Reddit
reddit.com › r/aws › how to create cheap database for a side project on aws?
r/aws on Reddit: How to create cheap database for a side project on AWS?
May 25, 2023 -

I am currently using Postgres on AWS RDS. It is costing me about $15 per month despite the fact that I have only 1 table that I query a few times per day. I'm not sure why it costs so much.

The settings I chose are: db.ts.micro - Burstable Classes - 20GB

Are there any settings I should turn on/off to minimise cost. Is there a better AWS database to use for a side project with only a small amount of occasional traffic (I prefer a relational DB if possible)? I don't mind if there is a small delay while the DB server instance boots if that makes it cheaper.

🌐
Reddit
reddit.com › r/aws › aws rds free tier dirty trick: beware!
r/aws on Reddit: AWS RDS Free Tier dirty trick: BEWARE!
August 29, 2022 -

If you are completely new to AWS RDS and just created a Free Tier account, be VERY CAREFUL when creating a database instance (or EC2 virtual box):

Even though you are on Free account, your option list for creating databases and virtual boxes - also contains COMMERCIAL instances, and if you accidentally select that one, there will be no further warning.

Especially, be aware that Amazon Aurora database IS NOT COVERED by free tier account, you will be charged for every hour of working instance.

There is no safeguard, no warning message, no nothing if you create a commercial instance being in Free Tier account. They just start billing you immediately and at the end of the month you can easily meet $500-800 bill.

Yes, there is a notification in small letters that db is covered by Free Tier when you select free DBs; When you select Aurora (or Oracle), it shows in small letters hourly price, and if you are totally new to AWS console, it is so easy to miss that detail. It was intentionally created that way.

This is obviously an unfair practice designed to lure inexperienced newcomers into hidden charges.The honest business would either exclude commercial options from Free Tier account, or at least show a loud and clear warnings when free account is about to use such options.

🌐
Reddit
reddit.com › r/aws › free tier database options other than rds and dynamodb
r/aws on Reddit: Free tier database options other than RDS and DynamoDB
March 13, 2025 -

I have a personal site. In it I have my own CMS for my posts, I have a journal app, an RSS reader, etc. I'm currently using Railway with MySql because they have a $5 credit per month so my bill comes out to about $1 a month.

However, I'd really like to keep my data within AWS for security, replicability, and ease of use reasons.

BUT I have problems with RDS and DynamoDB:

RDS: Free tier is very limited, seems very easy to go into non-free tier territory which is super expensive. Cheapest non-free tier is $15/month (too pricey for my use case)

DynamoDB: Proprietary and no-SQL. I've used DynamoDB a ton before, but I still like SQL databases for querying.

I would love it if there was a simple SQLite database option. I can't do that since my app is running inside a Docker container.

I don't think S3 Table Buckets are really fully developed yet so I want to hold off on those. And using S3 as a DB technically works but querying content is a nightmare.