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

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ