diff --git a/pkg/utils/instance/instance_types.go b/pkg/utils/instance/instance_types.go index fc576fbd86..fec368e3c1 100644 --- a/pkg/utils/instance/instance_types.go +++ b/pkg/utils/instance/instance_types.go @@ -2872,6 +2872,50 @@ var InstanceTypes = []InstanceInfo{ CBRSupported: false, CPUArch: "x86-64", }, + { + InstanceType: "g6f.2xlarge", + InstanceStorageSupported: true, + EFASupported: false, + NvidiaGPUSupported: true, + NvidiaGPUType: "L4", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "x86-64", + }, + { + InstanceType: "g6f.4xlarge", + InstanceStorageSupported: true, + EFASupported: false, + NvidiaGPUSupported: true, + NvidiaGPUType: "L4", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "x86-64", + }, + { + InstanceType: "g6f.large", + InstanceStorageSupported: true, + EFASupported: false, + NvidiaGPUSupported: true, + NvidiaGPUType: "L4", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "x86-64", + }, + { + InstanceType: "g6f.xlarge", + InstanceStorageSupported: true, + EFASupported: false, + NvidiaGPUSupported: true, + NvidiaGPUType: "L4", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "x86-64", + }, { InstanceType: "gr6.4xlarge", InstanceStorageSupported: true, @@ -2894,6 +2938,17 @@ var InstanceTypes = []InstanceInfo{ CBRSupported: false, CPUArch: "x86-64", }, + { + InstanceType: "gr6f.4xlarge", + InstanceStorageSupported: true, + EFASupported: false, + NvidiaGPUSupported: true, + NvidiaGPUType: "L4", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "x86-64", + }, { InstanceType: "h1.16xlarge", InstanceStorageSupported: true, @@ -8649,7 +8704,7 @@ var InstanceTypes = []InstanceInfo{ }, { InstanceType: "trn2.48xlarge", - InstanceStorageSupported: false, + InstanceStorageSupported: true, EFASupported: true, NvidiaGPUSupported: false, NvidiaGPUType: "",