Skip to content

Which are suitable database services available in aws for mysql and postgres sql??

0

So in my current structure,We are deploying our mysql and postgress database inside our ec2 instance. Now i want to take a database service where we can have our mysql and postgres database, As we are switching to serverless appliction we want to pay for the request made to the database. But in aws RDS it is always on and it is very costly and also for aurora serverless it is very costly. How can we setup a architecture of the database so that we don't have to pay more than 5$ /per month. Is there any service available that can offer the upper requirements. I have attached one picture of our other project where we are taking the same service from azure and it is costing less than 5$/per month. Can anyone help me find the compatible of these structures??

azure cost

1 Answer
2
Accepted Answer

If you find RDS too expensive, and you have to use relational, you can just run your own database on an EC2 instance. It sounds like your query load is really low, so you can use, for example, a t4g.micro instance, which with a no-upfront reserved instance for one year will cost you $3.87 a month in the Ohio region.

AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.