@@ -28,7 +28,7 @@ type InstanceType struct {
2828}
2929
3030// StaticListLastUpdateTime is a string declaring the last time the static list was updated.
31- var StaticListLastUpdateTime = "2026-01-07 "
31+ var StaticListLastUpdateTime = "2026-01-22 "
3232
3333// InstanceTypes is a map of ec2 resources
3434var InstanceTypes = map [string ]* InstanceType {
@@ -2328,6 +2328,48 @@ var InstanceTypes = map[string]*InstanceType{
23282328 GPU : 0 ,
23292329 Architecture : "amd64" ,
23302330 },
2331+ "g7e.12xlarge" : {
2332+ InstanceType : "g7e.12xlarge" ,
2333+ VCPU : 48 ,
2334+ MemoryMb : 524288 ,
2335+ GPU : 2 ,
2336+ Architecture : "amd64" ,
2337+ },
2338+ "g7e.24xlarge" : {
2339+ InstanceType : "g7e.24xlarge" ,
2340+ VCPU : 96 ,
2341+ MemoryMb : 1048576 ,
2342+ GPU : 4 ,
2343+ Architecture : "amd64" ,
2344+ },
2345+ "g7e.2xlarge" : {
2346+ InstanceType : "g7e.2xlarge" ,
2347+ VCPU : 8 ,
2348+ MemoryMb : 65536 ,
2349+ GPU : 1 ,
2350+ Architecture : "amd64" ,
2351+ },
2352+ "g7e.48xlarge" : {
2353+ InstanceType : "g7e.48xlarge" ,
2354+ VCPU : 192 ,
2355+ MemoryMb : 2097152 ,
2356+ GPU : 8 ,
2357+ Architecture : "amd64" ,
2358+ },
2359+ "g7e.4xlarge" : {
2360+ InstanceType : "g7e.4xlarge" ,
2361+ VCPU : 16 ,
2362+ MemoryMb : 131072 ,
2363+ GPU : 1 ,
2364+ Architecture : "amd64" ,
2365+ },
2366+ "g7e.8xlarge" : {
2367+ InstanceType : "g7e.8xlarge" ,
2368+ VCPU : 32 ,
2369+ MemoryMb : 262144 ,
2370+ GPU : 1 ,
2371+ Architecture : "amd64" ,
2372+ },
23312373 "gr6.4xlarge" : {
23322374 InstanceType : "gr6.4xlarge" ,
23332375 VCPU : 16 ,
@@ -7599,6 +7641,104 @@ var InstanceTypes = map[string]*InstanceType{
75997641 GPU : 0 ,
76007642 Architecture : "arm64" ,
76017643 },
7644+ "x8i.12xlarge" : {
7645+ InstanceType : "x8i.12xlarge" ,
7646+ VCPU : 48 ,
7647+ MemoryMb : 786432 ,
7648+ GPU : 0 ,
7649+ Architecture : "amd64" ,
7650+ },
7651+ "x8i.16xlarge" : {
7652+ InstanceType : "x8i.16xlarge" ,
7653+ VCPU : 64 ,
7654+ MemoryMb : 1048576 ,
7655+ GPU : 0 ,
7656+ Architecture : "amd64" ,
7657+ },
7658+ "x8i.24xlarge" : {
7659+ InstanceType : "x8i.24xlarge" ,
7660+ VCPU : 96 ,
7661+ MemoryMb : 1572864 ,
7662+ GPU : 0 ,
7663+ Architecture : "amd64" ,
7664+ },
7665+ "x8i.2xlarge" : {
7666+ InstanceType : "x8i.2xlarge" ,
7667+ VCPU : 8 ,
7668+ MemoryMb : 131072 ,
7669+ GPU : 0 ,
7670+ Architecture : "amd64" ,
7671+ },
7672+ "x8i.32xlarge" : {
7673+ InstanceType : "x8i.32xlarge" ,
7674+ VCPU : 128 ,
7675+ MemoryMb : 2097152 ,
7676+ GPU : 0 ,
7677+ Architecture : "amd64" ,
7678+ },
7679+ "x8i.48xlarge" : {
7680+ InstanceType : "x8i.48xlarge" ,
7681+ VCPU : 192 ,
7682+ MemoryMb : 3145728 ,
7683+ GPU : 0 ,
7684+ Architecture : "amd64" ,
7685+ },
7686+ "x8i.4xlarge" : {
7687+ InstanceType : "x8i.4xlarge" ,
7688+ VCPU : 16 ,
7689+ MemoryMb : 262144 ,
7690+ GPU : 0 ,
7691+ Architecture : "amd64" ,
7692+ },
7693+ "x8i.64xlarge" : {
7694+ InstanceType : "x8i.64xlarge" ,
7695+ VCPU : 256 ,
7696+ MemoryMb : 4194304 ,
7697+ GPU : 0 ,
7698+ Architecture : "amd64" ,
7699+ },
7700+ "x8i.8xlarge" : {
7701+ InstanceType : "x8i.8xlarge" ,
7702+ VCPU : 32 ,
7703+ MemoryMb : 524288 ,
7704+ GPU : 0 ,
7705+ Architecture : "amd64" ,
7706+ },
7707+ "x8i.96xlarge" : {
7708+ InstanceType : "x8i.96xlarge" ,
7709+ VCPU : 384 ,
7710+ MemoryMb : 6291456 ,
7711+ GPU : 0 ,
7712+ Architecture : "amd64" ,
7713+ },
7714+ "x8i.large" : {
7715+ InstanceType : "x8i.large" ,
7716+ VCPU : 2 ,
7717+ MemoryMb : 32768 ,
7718+ GPU : 0 ,
7719+ Architecture : "amd64" ,
7720+ },
7721+ "x8i.metal-48xl" : {
7722+ InstanceType : "x8i.metal-48xl" ,
7723+ VCPU : 192 ,
7724+ MemoryMb : 3145728 ,
7725+ GPU : 0 ,
7726+ Architecture : "amd64" ,
7727+ },
7728+ "x8i.metal-96xl" : {
7729+ InstanceType : "x8i.metal-96xl" ,
7730+ VCPU : 384 ,
7731+ MemoryMb : 6291456 ,
7732+ GPU : 0 ,
7733+ Architecture : "amd64" ,
7734+ },
7735+ "x8i.xlarge" : {
7736+ InstanceType : "x8i.xlarge" ,
7737+ VCPU : 4 ,
7738+ MemoryMb : 65536 ,
7739+ GPU : 0 ,
7740+ Architecture : "amd64" ,
7741+ },
76027742 "z1d.12xlarge" : {
76037743 InstanceType : "z1d.12xlarge" ,
76047744 VCPU : 48 ,
0 commit comments