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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容