diff --git a/pkg/utils/instance/instance_types.go b/pkg/utils/instance/instance_types.go index f0d7fa5be4..7f178f391a 100644 --- a/pkg/utils/instance/instance_types.go +++ b/pkg/utils/instance/instance_types.go @@ -3037,6 +3037,17 @@ var InstanceTypes = []InstanceInfo{ CBRSupported: false, CPUArch: "arm64", }, + { + InstanceType: "i8g.48xlarge", + InstanceStorageSupported: true, + EFASupported: true, + NvidiaGPUSupported: false, + NvidiaGPUType: "", + NeuronSupported: false, + NeuronDeviceType: "", + CBRSupported: false, + CPUArch: "arm64", + }, { InstanceType: "i8g.4xlarge", InstanceStorageSupported: true,