Skip to content

Commit 3798778

Browse files
authored
Add support for i8g.48xlarge ec2 instance type (#8301)
1 parent a7f64c5 commit 3798778

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pkg/utils/instance/instance_types.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,6 +3037,17 @@ var InstanceTypes = []InstanceInfo{
30373037
CBRSupported: false,
30383038
CPUArch: "arm64",
30393039
},
3040+
{
3041+
InstanceType: "i8g.48xlarge",
3042+
InstanceStorageSupported: true,
3043+
EFASupported: true,
3044+
NvidiaGPUSupported: false,
3045+
NvidiaGPUType: "",
3046+
NeuronSupported: false,
3047+
NeuronDeviceType: "",
3048+
CBRSupported: false,
3049+
CPUArch: "arm64",
3050+
},
30403051
{
30413052
InstanceType: "i8g.4xlarge",
30423053
InstanceStorageSupported: true,

0 commit comments

Comments
 (0)