EC2 X8iインスタンスが東京リージョンで利用可能になったので起動してCPU情報を確認してみた

EC2 X8iインスタンスが東京リージョンで利用可能になったので起動してCPU情報を確認してみた

メモリ集約型ワークロード向けのEC2 X8iインスタンスが東京リージョンで利用可能になりました。前世代X2idnとの仕様差分を整理し、実際にx8i.largeを起動してCPU情報を確認しました
2026.07.03

はじめに

2026年7月2日、メモリ集約型ワークロード向けのEC2インスタンスファミリー「X8i」が、東京リージョン(ap-northeast-1)で利用可能になりました。

https://aws.amazon.com/jp/about-aws/whats-new/2026/02/amazon-ec2-x8i-instances-ICN-KUL-NRT-region/

X8iはカスタムIntel Xeon 6(Granite Rapids)プロセッサを搭載しています。AWSによると、前世代のX2idnと比較して最大43%のコンピュート性能向上、3.3倍のメモリ帯域幅を実現しています。SAP HANA、大規模データベース、データ分析基盤など、大容量メモリを必要とするワークロードに向けたインスタンスです。

前世代X2idnとの主な差分は以下のとおりです。

項目 X2idn X8i
プロセッサ 第3世代 Intel Xeon (Ice Lake) 3.5GHz カスタム Intel Xeon 6 (Granite Rapids) 3.9GHz
最小サイズ 16xlarge (64vCPU / 1024GiB) large (2vCPU / 32GiB)
最大メモリ 2048 GiB 6144 GiB
ストレージ NVMe SSD付き EBS-Only
Nitro System 旧世代 v6
コンピュート性能 ベースライン 最大43%向上(AWS公式値)
メモリ帯域 ベースライン 3.3倍(AWS公式値)
SAP認定 あり あり
IBC(Inline Block Cache) なし あり

特に注目すべき変更点は、最小サイズが16xlarge(64vCPU / 1024GiB)からlarge(2vCPU / 32GiB)に大幅に小型化されたことです。これにより、小規模なワークロードでもvCPUあたり16GiBというX系のメモリ比率を活用できるようになりました。

なお、X2idnに付属していたNVMeローカルストレージはX8iでは廃止され、EBS-Onlyとなっています。ローカルNVMeが必要な場合はAMD系のX8aedz(後述)が選択肢になります。

https://aws.amazon.com/ec2/instance-types/x8i/

現行世代のメモリ系インスタンス比較

ファミリー プロセッサ 用途 mem:vCPU比 ストレージ 最小サイズ 最大サイズ
C8i Intel Xeon 6 (3.9GHz) コンピューティング最適化 2:1 EBS-Only large (2vCPU / 4GiB) 96xlarge (384vCPU / 768GiB)
M8i Intel Xeon 6 (3.9GHz) 汎用 4:1 EBS-Only large (2vCPU / 8GiB) 96xlarge (384vCPU / 1536GiB)
R8i Intel Xeon 6 (3.9GHz) メモリ最適化 8:1 EBS-Only large (2vCPU / 16GiB) 96xlarge (384vCPU / 3072GiB)
X8i Intel Xeon 6 (3.9GHz) メモリ集約 16:1 EBS-Only large (2vCPU / 32GiB) 96xlarge (384vCPU / 6144GiB)
X8aedz AMD EPYC 9R05 (5.0GHz) メモリ集約+ローカルNVMe 32:1 NVMe SSD付き large (2vCPU / 64GiB) metal-96xl (384vCPU / 12288GiB)

Intel 8iシリーズ(C8i / M8i / R8i / X8i)はいずれも公式ページでIntel Xeon 6 (Granite Rapids) 3.9GHzと記載されています。
後述の実機確認でも、X8iのCPUモデル番号はM8iと同一のIntel Xeon 6975P-Cでした。ゲストOSからは同一のCPUモデルとして認識されています。確認できた範囲ではファミリー間の主な違いはメモリ割り当て比率でした。

https://dev.classmethod.jp/articles/amazon-ec2-m8i-and-m8i-flex-instances-generally-available/

東京リージョン価格比較(xlarge基準)

xlarge(4vCPU)でのオンデマンド料金を比較します。

インスタンス vCPU メモリ 価格/時 (USD) GiB単価 (USD/GiB/時)
c8i.xlarge 4 8 GiB $0.23594 $0.02949
m8i.xlarge 4 16 GiB $0.27342 $0.01709
r8i.xlarge 4 32 GiB $0.33516 $0.01047
x8i.xlarge 4 64 GiB $0.63462 $0.00991
x8aedz.xlarge 4 128 GiB $1.66838 $0.01303

データソース: AWS Pricing API(GetProducts)、取得日2026/7/3

上記の比較ではX8iのGiB単価が最も低く、大容量メモリを必要としローカルNVMeは不要なケースに適しています。

同スペック(64vCPU / 1024GiB)での前世代比較では、x2idn.16xlargeは$9.6705/時、x8i.16xlargeは$10.15392/時で約5%の増加です。AWS公式アナウンスでは最大43%のコンピュート性能向上を示しており、該当するワークロードでは性能あたりのコスト改善が期待できます。ただし本記事では性能ベンチマークは実施していません。

X8i.largeを起動してCPU情報を確認

実際にx8i.largeを東京リージョンで起動し、CPU情報を確認しました。

検証環境

  • インスタンスタイプ: x8i.large(2vCPU / 32GiB)
  • リージョン: ap-northeast-1(ap-northeast-1c)
  • AMI: Amazon Linux 2023(x86_64, ami-0b9ef1a2afd0615e4)
  • ストレージ: gp3 EBS

記事執筆時点では、東京リージョンでのX8iの利用可能AZはap-northeast-1cとap-northeast-1dの2つでした。

EC2コンソールでのX8iインスタンスタイプ一覧(東京リージョン)

CPU情報(lscpu)

$ lscpu
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           48 bits physical, 48 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  2
On-line CPU(s) list:                     0,1
Vendor ID:                               GenuineIntel
BIOS Vendor ID:                          Intel(R) Corporation
Model name:                              Intel(R) Xeon(R) 6975P-C
BIOS Model name:                         Intel(R) Xeon(R) 6975P-C
CPU family:                              6
Model:                                   173
Thread(s) per core:                      2
Core(s) per socket:                      1
Socket(s):                               1
Stepping:                                1
BogoMIPS:                                5400.00
Hypervisor vendor:                       KVM
Virtualization type:                     full
L1d cache:                               48 KiB (1 instance)
L1i cache:                               64 KiB (1 instance)
L2 cache:                                2 MiB (1 instance)
L3 cache:                                480 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0,1

Intel Xeon 6975P-C(Family 6, Model 173, Stepping 1)、クロック周波数3900MHz、L3キャッシュ480MiBが確認できました。

CPUの脆弱性ステータスは、ほとんどの項目が「Not affected」となっています。

dmesgではintel_pstate: CPU model not supportedと表示されています。ゲストOS上ではintel_pstateが有効になっていない状態ですが、今回のCPU情報確認の範囲では支障はありませんでした。

lscpu全出力
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           48 bits physical, 48 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  2
On-line CPU(s) list:                     0,1
Vendor ID:                               GenuineIntel
BIOS Vendor ID:                          Intel(R) Corporation
Model name:                              Intel(R) Xeon(R) 6975P-C
BIOS Model name:                         Intel(R) Xeon(R) 6975P-C
CPU family:                              6
Model:                                   173
Thread(s) per core:                      2
Core(s) per socket:                      1
Socket(s):                               1
Stepping:                                1
BogoMIPS:                                5400.00
Flags:                                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx_vnni avx512_bf16 wbnoinvd ida arat avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid bus_lock_detect cldemote movdiri movdir64b md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
Hypervisor vendor:                       KVM
Virtualization type:                     full
L1d cache:                               48 KiB (1 instance)
L1i cache:                               64 KiB (1 instance)
L2 cache:                                2 MiB (1 instance)
L3 cache:                                480 MiB (1 instance)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0,1
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             Not affected
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Not affected
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS Not affected; BHI BHI_DIS_S
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

microcodeとCPUフラグ(/proc/cpuinfo)

今回確認したmicrocodeバージョンは0x1000423でした(M8i記事の確認時点では0x10003c2)。CPUフラグにはAVX-512系(avx512f, avx512_bf16, avx512_fp16等)やAMX(amx_bf16, amx_tile, amx_int8)が含まれています。

/proc/cpuinfo全出力
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 173
model name      : Intel(R) Xeon(R) 6975P-C
stepping        : 1
microcode       : 0x1000423
cpu MHz         : 3900.011
cache size      : 491520 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 36
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx_vnni avx512_bf16 wbnoinvd ida arat avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid bus_lock_detect cldemote movdiri movdir64b md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
bugs            : spectre_v1 spectre_v2 spec_store_bypass swapgs bhi
bogomips        : 5400.00
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management:

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 6
model           : 173
model name      : Intel(R) Xeon(R) 6975P-C
stepping        : 1
microcode       : 0x1000423
cpu MHz         : 3899.969
cache size      : 491520 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 1
apicid          : 1
initial apicid  : 1
fpu             : yes
fpu_exception   : yes
cpuid level     : 36
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx_vnni avx512_bf16 wbnoinvd ida arat avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid bus_lock_detect cldemote movdiri movdir64b md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
bugs            : spectre_v1 spectre_v2 spec_store_bypass swapgs bhi
bogomips        : 5400.00
clflush size    : 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management:

プロセッサ・メモリ規格(dmidecode)

$ sudo dmidecode -t processor
Processor Information
        Socket Designation: CPU 0
        Type: Central Processor
        Family: Xeon
        Manufacturer: Intel(R) Corporation
        Signature: Type 0, Family 6, Model 173, Stepping 1
        Version: Intel(R) Xeon(R) 6975P-C
        External Clock: 100 MHz
        Max Speed: 3900 MHz
        Current Speed: 2700 MHz
        Status: Populated, Enabled
        Upgrade: Socket LGA7529
        Core Count: 1
        Core Enabled: 1
        Thread Count: 2

ソケットはLGA7529と報告されています。Current Speed 2700MHzはSMBIOSテーブルの固定値であり、実際の動作周波数は/proc/cpuinfoのとおり3900MHzです。

$ sudo dmidecode -t memory
Memory Device
        Size: 32 GB
        Form Factor: DIMM
        Type: DDR5
        Type Detail: Unknown Fast-paged RAMBus Window DRAM
        Speed: 7200 MT/s

メモリはDDR5-7200(7200 MT/s)です。M8i.largeでも同様の表示が確認されており、少なくとも確認したIntel 8i系インスタンスでは共通でした。

ストレージ構成(nvme list)

$ sudo nvme list
Node             SN                   Model                          Namespace  Usage                      Format           FW Rev
/dev/nvme0n1     vol0xxxxxxxxxxxxxxxxx Amazon Elastic Block Store     0x1        8.59 GB / 8.59 GB          512 B + 0 B      2.0

EBS-Onlyのため、NVMeデバイスはEBSボリュームのみです。

メモリ容量(free)

$ free -h
               total        used        free      shared  buff/cache   available
Mem:            30Gi       188Mi        30Gi       0.0Ki       287Mi        30Gi
Swap:             0B          0B          0B

OSからは約30GiBが利用可能として認識されています。

まとめ

EC2 X8iインスタンスが東京リージョンで利用可能になりました。

X8iでは、前世代X2idnの最小16xlarge(64vCPU / 1024GiB)に対し、largeサイズ(2vCPU / 32GiB)からvCPUあたり16GiBのメモリ比率を利用できます。実際にx8i.largeを起動したところ、CPUはゲストOSからIntel Xeon 6975P-Cとして認識され、AVX-512系やAMXのCPUフラグも確認できました。

ローカルNVMeは搭載されずEBS-Onlyですが、大容量メモリを必要とする小規模な検証環境や分析用途でもX系を選びやすくなった点は大きな変更です。

x86アーキテクチャでさらに大容量のメモリが必要な場合は、AMD系のX8aedz(mem:vCPU比32:1、NVMe SSD付き)も東京リージョンで利用可能です。

https://dev.classmethod.jp/articles/202512-amazon-ec2-x8aedz-awsreinvent/

この記事をシェアする

AWSのお困り事はクラスメソッドへ

関連記事