Skip to content

Commit d8df187

Browse files
authored
Update ec2-info with p6-b200.48xlarge instance type (#8382)
1 parent 025c3ee commit d8df187

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pkg/utils/instance/instance_types.go

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6015,7 +6015,7 @@ var InstanceTypes = []InstanceInfo{
60156015
NvidiaGPUType: "A100",
60166016
NeuronSupported: false,
60176017
NeuronDeviceType: "",
6018-
CBRSupported: false,
6018+
CBRSupported: true,
60196019
CPUArch: "x86-64",
60206020
},
60216021
{
@@ -6051,6 +6051,17 @@ var InstanceTypes = []InstanceInfo{
60516051
CBRSupported: true,
60526052
CPUArch: "x86-64",
60536053
},
6054+
{
6055+
InstanceType: "p6-b200.48xlarge",
6056+
InstanceStorageSupported: true,
6057+
EFASupported: true,
6058+
NvidiaGPUSupported: true,
6059+
NvidiaGPUType: "NVIDIA",
6060+
NeuronSupported: false,
6061+
NeuronDeviceType: "",
6062+
CBRSupported: true,
6063+
CPUArch: "x86-64",
6064+
},
60546065
{
60556066
InstanceType: "r3.2xlarge",
60566067
InstanceStorageSupported: true,

0 commit comments

Comments
 (0)