How to find out what instance is best for my case?

0

my first question ever here (my first week with AWS). I'm not sure, if this is even a valid question, but I hope for the help of the community.

We would like to test our software on the AWS cloud world, but we are not sure what instance we should take. we approx. know we need 4GB RAM for each CPU, but our tool need a lot of IO, as it constantly read information in and write the output. Is the EBS storage the best option for high read/write frequency? is there an alternative (NVMe)?

What is the best way to test such parameters?

thanks

Assa

Assa
質問済み 2ヶ月前184ビュー
3回答
2
承認された回答

Storage Optimized instances provide the best performance for storage-intensive workloads. I would recommend to start with General Purpose instances with NVMe SSD, e.g, m7gd or m6id.

profile pictureAWS
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • It is probably the best option to start with something more generall. we will give it a go. Does taking EBS mean automatically using NVMe SSDs?

2

Hi,

The range of available EC2 instances is quite wide: 600+ at time IIRC.

So, such an article will allow you to better navigate across all possible options to select the best one for your use case: https://www.freecodecamp.org/news/how-to-select-the-right-ec2-instance/

Best,

Didier

profile pictureAWS
エキスパート
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • thanks for the link, it was quite helpful

  • Hi Assa, glad that it helped.

2

In the instance selection box there is a "Get Advice" button which then uses Amazon Q to help you choose an instance type based on four supplied parameters. These parameters are "Use Case, Workload type, Priority & CPU Manufacturers"

This will generate a prompt to Amazon Q and the answer should guide you to a family of instance types that will hopefully be suitable.

This is a great way to get help in choosing from the instance types available.

Instance Selection Box

AWS
回答済み 2ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
  • This link I haven't notice yet. thank you

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

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

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

関連するコンテンツ