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
posta 2 mesi fa184 visualizzazioni
3 Risposte
2
Risposta accettata

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
ESPERTO
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
  • 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
ESPERTO
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
  • 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
con risposta 2 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
  • This link I haven't notice yet. thank you

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande