Skip to content

Commit a546fd5

Browse files
michaelbeaumonteksctl-bot
authored andcommitted
update ec2-info
1 parent f1c8201 commit a546fd5

File tree

1 file changed

+67
-1
lines changed

1 file changed

+67
-1
lines changed

pkg/utils/instance/instance_types.go

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2872,6 +2872,50 @@ var InstanceTypes = []InstanceInfo{
28722872
CBRSupported: false,
28732873
CPUArch: "x86-64",
28742874
},
2875+
{
2876+
InstanceType: "g6f.2xlarge",
2877+
InstanceStorageSupported: true,
2878+
EFASupported: false,
2879+
NvidiaGPUSupported: true,
2880+
NvidiaGPUType: "L4",
2881+
NeuronSupported: false,
2882+
NeuronDeviceType: "",
2883+
CBRSupported: false,
2884+
CPUArch: "x86-64",
2885+
},
2886+
{
2887+
InstanceType: "g6f.4xlarge",
2888+
InstanceStorageSupported: true,
2889+
EFASupported: false,
2890+
NvidiaGPUSupported: true,
2891+
NvidiaGPUType: "L4",
2892+
NeuronSupported: false,
2893+
NeuronDeviceType: "",
2894+
CBRSupported: false,
2895+
CPUArch: "x86-64",
2896+
},
2897+
{
2898+
InstanceType: "g6f.large",
2899+
InstanceStorageSupported: true,
2900+
EFASupported: false,
2901+
NvidiaGPUSupported: true,
2902+
NvidiaGPUType: "L4",
2903+
NeuronSupported: false,
2904+
NeuronDeviceType: "",
2905+
CBRSupported: false,
2906+
CPUArch: "x86-64",
2907+
},
2908+
{
2909+
InstanceType: "g6f.xlarge",
2910+
InstanceStorageSupported: true,
2911+
EFASupported: false,
2912+
NvidiaGPUSupported: true,
2913+
NvidiaGPUType: "L4",
2914+
NeuronSupported: false,
2915+
NeuronDeviceType: "",
2916+
CBRSupported: false,
2917+
CPUArch: "x86-64",
2918+
},
28752919
{
28762920
InstanceType: "gr6.4xlarge",
28772921
InstanceStorageSupported: true,
@@ -2894,6 +2938,17 @@ var InstanceTypes = []InstanceInfo{
28942938
CBRSupported: false,
28952939
CPUArch: "x86-64",
28962940
},
2941+
{
2942+
InstanceType: "gr6f.4xlarge",
2943+
InstanceStorageSupported: true,
2944+
EFASupported: false,
2945+
NvidiaGPUSupported: true,
2946+
NvidiaGPUType: "L4",
2947+
NeuronSupported: false,
2948+
NeuronDeviceType: "",
2949+
CBRSupported: false,
2950+
CPUArch: "x86-64",
2951+
},
28972952
{
28982953
InstanceType: "h1.16xlarge",
28992954
InstanceStorageSupported: true,
@@ -6139,6 +6194,17 @@ var InstanceTypes = []InstanceInfo{
61396194
CBRSupported: true,
61406195
CPUArch: "x86-64",
61416196
},
6197+
{
6198+
InstanceType: "p5.4xlarge",
6199+
InstanceStorageSupported: true,
6200+
EFASupported: true,
6201+
NvidiaGPUSupported: true,
6202+
NvidiaGPUType: "H100",
6203+
NeuronSupported: false,
6204+
NeuronDeviceType: "",
6205+
CBRSupported: true,
6206+
CPUArch: "x86-64",
6207+
},
61426208
{
61436209
InstanceType: "p5e.48xlarge",
61446210
InstanceStorageSupported: true,
@@ -8649,7 +8715,7 @@ var InstanceTypes = []InstanceInfo{
86498715
},
86508716
{
86518717
InstanceType: "trn2.48xlarge",
8652-
InstanceStorageSupported: false,
8718+
InstanceStorageSupported: true,
86538719
EFASupported: true,
86548720
NvidiaGPUSupported: false,
86558721
NvidiaGPUType: "",

0 commit comments

Comments
 (0)