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
gefragt vor einem Jahr305 Aufrufe
1 Antwort
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
EXPERTE
kentrad
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen