Can't find Instance with intel xeon D processor

0

We need instance type with following CPU Processor :

Intel(R) Xeon(R) CPU D-1527 @ 2.20GHz

We need this configuration in AWS Instance

Following AWS Instances type has Intel Xeon Family physical processor support.

  • t2.
  • m1.
  • c1.
  • g4dn.
  • g4dn.

But I'm unable to find Intel(R) Xeon(R) CPU D-1527 with these instance types.

Example : all t2. type instances has Intel(R) Xeon(R) CPU E5-XX series processor.

instance-type: t2.xlarge

root@ip-172-31-42-139:~# lscpu
Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
Address sizes:       46 bits physical, 48 bits virtual
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               79
Model name:          Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz
Stepping:            1
CPU MHz:             2300.171
BogoMIPS:            4600.03
Hypervisor vendor:   Xen
Virtualization type: full
profile picture
已提問 1 年前檢視次數 304 次
1 個回答
0

I ran the following command on the US regions and could only find AMD processors with 2.2GHz.

aws ec2 describe-instance-types \
  --query InstanceTypes[?ProcessorInfo.SustainedClockSpeedInGhz==\`2.2\`].[InstanceType,ProcessorInfo.SustainedClockSpeedInGhz] \
  --output table
profile pictureAWS
專家
kentrad
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南