GA になった EC2 T8i インスタンスを東京リージョンで起動して、CPU 情報などを確認してみた

GA になった EC2 T8i インスタンスを東京リージョンで起動して、CPU 情報などを確認してみた

t8i.small を起動して CPU 情報を取得し、Pricing API で T3 との料金を比較しました。M8i などと共通する第8世代 Intel 環境の開発・検証に適性の高いインスタンスでした。
2026.09.18

はじめに

2026年9月17日、低コストなバースト型インスタンスの新世代である Amazon EC2 T8i インスタンスが GA になり、東京リージョンでも利用できるようになりました。

https://aws.amazon.com/jp/blogs/aws/new-low-cost-burstable-amazon-ec2-t8i-instances-are-generally-available/

インスタンスの起動

検証には、東京リージョン(ap-northeast-1)で Amazon Linux 2023 AMI al2023-ami-2023.12.20260917.1-kernel-6.18-x86_64(2026-09-18 時点)を使い、t8i.small を起動しました。

検証環境

以降の CPU 情報は次の環境で取得しました。uname -r/etc/os-release から確認した値です。

kernel: 6.18.48-107.148.amzn2023.x86_64
PRETTY_NAME="Amazon Linux 2023.12.20260917"

CPU 情報

SSM Session Manager で接続し、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 rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq 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 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 Ghostwrite:                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 Old microcode:             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

Model name の表記だけでは世代が読み取れませんが、公式ブログは T8i のプロセッサをカスタム版の第6世代 Intel Xeon Scalable(Granite Rapids)と説明しています。ここに表示されている Xeon 6975P-C は、そのカスタム品番にあたります。

料金

Pricing API で ap-northeast-1 の T8i と T3 の料金を取得し、同じサイズ同士を並べました。vCPU とメモリは DescribeInstanceTypes(2026-09-18 確認)、料金は Linux の On-Demand、2026-09-18 時点の値です。月額は720時間換算(税・データ転送・EBS などを含まない)です。

サイズ vCPU メモリ T8i(USD/時) T3(USD/時) T3比 T8i 月額(720時間) T3 月額(720時間)
nano 2 0.5 GiB 0.00816 0.0068 +20.0% 5.88 4.90
micro 2 1 GiB 0.01632 0.0136 +20.0% 11.75 9.79
small 2 2 GiB 0.03264 0.0272 +20.0% 23.50 19.58
medium 2 4 GiB 0.06528 0.0544 +20.0% 47.00 39.17

vCPU とメモリは T3 と同じ構成です。nano から medium までの4サイズでは比率が一律なので、この範囲でサイズを変えずに T3 から置き換える場合、どのサイズでも2割の増額を見込むことになります。

同じ T8i を us-east-1 と比べると、次のとおりです(Linux、On-Demand、2026-09-18 時点)。

サイズ ap-northeast-1(USD/時) us-east-1(USD/時) us-east-1比
nano 0.00816 0.00624 +30.8%
micro 0.01632 0.01248 +30.8%
small 0.03264 0.02496 +30.8%
medium 0.06528 0.04992 +30.8%

まとめ

T8i は GA となり、提供リージョンは限られるものの東京リージョンでも利用できるようになりました。

T8i の「8」は、M8i、C8i、R8i と共通する Intel 系第8世代の世代番号です。今回起動した t8i.small では、M8i でも確認されている Intel(R) Xeon(R) 6975P-C が割り当てられていました。

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

M8i などを本番環境で採用するワークロードでは、CPU と Nitro 世代を共有する T8i を開発・検証環境として小さく使い始められます。本番に近い実行基盤で、アプリケーションやミドルウェアに加え、ENA などの拡張ドライバの互換性を確認したい場面でも有力な選択肢です。

東京リージョンで今回確認した nano〜medium のオンデマンド料金は、同サイズの T3 より20%高くなります。AWS は T8i について、T3 比で価格性能が最大30%、コンピュート性能が最大70%向上すると紹介しています。T3 でビルド時間などに課題がある場合は、20%のコスト増に見合うかお試しください。

この記事をシェアする

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

関連記事