AWS z1d.large CPU speed

1

I just set up a z1d.large instance Windows server. I need this instance to run an application that uses a single thread (and hence a single CPU core)

The application took 21 minutes to run on my i7 laptop and when I tested on the AWS z1d.large instance it took 30 minutes. The application used 50% of the Xeon CPU (2 core) that is 100% of a single core.

My question is, is the AWS z1d.large the fastest AWS product in terms of a single core processing power or should I be using something else? Does anything exist that is faster?

When I setup the z1d.large instance the display on the desktop shows Architecture of AMD64 (which is what I expected) and an Instance size of z1d.large however the task manager shows CPU as Intel Xeon Platinum 8151 3.40GHz.

Is something set up wrong, hence the z1d instance being slow or is this as fast as AWS gets?

posta 2 anni fa764 visualizzazioni
1 Risposta
0

Hello,

I understand you are looking for a faster EC2 instance type with just one Core. AWS provides a wide selection of instance types optimized to fit different use cases. 
 
This list of Instance Types might be helpful to you in selecting an instance that fits your needs as it breaks it down by CPU cores and threads per CPU core per instance type.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cpu-options-supported-instances-values.html
 
This link may be helpful along side the above link to learn more about each instance type:
https://aws.amazon.com/ec2/instance-types/
 
Possibly an Compute Optimized or Accelerated computing instance type would help speed up your application. Compute Optimized instances are ideal for compute bound applications that benefit from high performance processors. Instances belonging to this family are well suited for batch processing workloads, media transcoding, high performance web servers, high performance computing (HPC), scientific modeling, dedicated gaming servers and ad server engines, machine learning inference and other compute intensive applications. Accelerated computing instances use hardware accelerators, or co-processors, to perform functions, such as floating point number calculations, graphics processing, or data pattern matching, more efficiently than is possible in software running on CPUs. There are options for 1 core in both of these categories. 
 
I hope this is helpful in selecting an EC2 Instance that fits your needs. Best of luck
con risposta 2 anni fa
AWS
TECNICO DI SUPPORTO
verificato 2 anni fa

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