Which is cheaper,using ec2 alone or ec2 connected to a database

0

Hi Is using ec2 alone cheap or using ec2 with a database is cheap?? Any idea??

TIA

已提問 7 個月前檢視次數 189 次
2 個答案
0

Hi,

A couple of points,

  • if you use ec2 to store your db, you will have to perform database management tasks on your side (also including patching, monitoring, etc.). You have to include this cost in your equation
  • EC2 alone may get cheaper if you have a very constant workload loading your machine above 70% all the time
  • If you have varying workloads, I would suggest to consider Aurora serverless. Read "Variable workloads" and "Unpredictable workloads" of https://aws.amazon.com/rds/aurora/serverless/ to understand why.

All in all, for very variable workloads, I 'd suggest to go full serverless (Lambda on Compute + Aurora Serverless on db) to obtain the cost efficiency that you are after.

Best,

Didier

profile pictureAWS
專家
已回答 7 個月前
0

Hello.

Although it depends on the instance size etc., it is cheaper to run EC2 on one machine.
However, for systems that require high availability, it will be easier to operate if you use RDS instead of installing the database on EC2.
The following document describes MS SQL Server, but I think it will be helpful as there are parts that apply to other relational databases as well.
https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-sql-server/comparison.html

The following documents describe the features of RDS.
https://aws.amazon.com/rds/features/?nc1=h_ls

profile picture
專家
已回答 7 個月前
profile pictureAWS
專家
已審閱 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南