English 中文(简体)
ec2 instance cpu type
原标题:

How do you select either AMD or Intel CPU for your new ec2 instance?

问题回答

That s not the point of cloud computing at all. One small instance is roughly a particular benchmark, a 1.7GHz Intel processor I believe. What runs to get that benchmark is up to Amazon.

You can t select it. You can try to run an instance and see, if it doesn t have the CPU that you d like, you can shut it down and try to start a new one, you can also try to change the Availability Zone.

The instances that have guaranteed CPU types are the Cluster Compute instances, which you should be using if you are doing something numerical.





相关问题
Outliers during Performance Evaluation

I am trying to do some performance measurements using Intels RDTSC, and it is quite odd the variations I get during different testruns. In most cases my benchmark in C needs 3000000 Mio cycles, ...

Dummy operations handling of Intel processor

Admittedly, I have a bit silly question. Basically, I am wondering if there are some special mechanisms provided by Intel processors to efficiently execute a series of dummy, i.e., NOP instructions? ...

Optimisation , Compilers and Its Effects

(i) If a Program is optimised for one CPU class (e.g. Multi-Core Core i7) by compiling the Code on the same , then will its performance be at sub-optimal level on other CPUs from ...

热门标签