Recommendation for Postgresql database?
How to create cheap database for a side project on AWS?
What's the cheapest PostgreSQL service out there?
I’d go with the cheapest ($5/month) Digital Ocean VPS and install + manage PostgreSQL myself: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-16-04
More on reddit.comCost Effective RDS
Videos
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.
Hello, I’m new to AWS and cloud in general and I want to have a db for my app (‘till now I only used free tiers from neondb(aws-wrapper, I know)). I’m looking for a solution to have a postgresql database on aws, but when I try to create one RDS Postgresql it comes down to ~$50/month. Isn’t any way to make this cheaper? I heard about spinning it up on a EC2 instance, but that wouldn’t make it significantly slower? Any tips? thanks in advance!