Updated aws instance types.
This commit is contained in:
parent
8e1c712f39
commit
fa0a66396d
|
|
@ -117,6 +117,12 @@ var InstanceTypes = map[string]*instanceType{
|
|||
MemoryMb: 0,
|
||||
GPU: 0,
|
||||
},
|
||||
"c5.18xlarge": {
|
||||
InstanceType: "c5.18xlarge",
|
||||
VCPU: 72,
|
||||
MemoryMb: 147456,
|
||||
GPU: 0,
|
||||
},
|
||||
"c5.2xlarge": {
|
||||
InstanceType: "c5.2xlarge",
|
||||
VCPU: 8,
|
||||
|
|
@ -135,12 +141,6 @@ var InstanceTypes = map[string]*instanceType{
|
|||
MemoryMb: 73728,
|
||||
GPU: 0,
|
||||
},
|
||||
"c5.18xlarge": {
|
||||
InstanceType: "c5.18xlarge",
|
||||
VCPU: 72,
|
||||
MemoryMb: 147456,
|
||||
GPU: 0,
|
||||
},
|
||||
"c5.large": {
|
||||
InstanceType: "c5.large",
|
||||
VCPU: 2,
|
||||
|
|
@ -267,12 +267,6 @@ var InstanceTypes = map[string]*instanceType{
|
|||
MemoryMb: 249856,
|
||||
GPU: 2,
|
||||
},
|
||||
"hi1.4xlarge": {
|
||||
InstanceType: "hi1.4xlarge",
|
||||
VCPU: 16,
|
||||
MemoryMb: 61952,
|
||||
GPU: 0,
|
||||
},
|
||||
"hs1.8xlarge": {
|
||||
InstanceType: "hs1.8xlarge",
|
||||
VCPU: 17,
|
||||
|
|
@ -663,10 +657,40 @@ var InstanceTypes = map[string]*instanceType{
|
|||
MemoryMb: 0,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.16xlarge": {
|
||||
InstanceType: "x1e.16xlarge",
|
||||
VCPU: 64,
|
||||
MemoryMb: 1998848,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.2xlarge": {
|
||||
InstanceType: "x1e.2xlarge",
|
||||
VCPU: 8,
|
||||
MemoryMb: 249856,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.32xlarge": {
|
||||
InstanceType: "x1e.32xlarge",
|
||||
VCPU: 128,
|
||||
MemoryMb: 3997696,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.4xlarge": {
|
||||
InstanceType: "x1e.4xlarge",
|
||||
VCPU: 16,
|
||||
MemoryMb: 499712,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.8xlarge": {
|
||||
InstanceType: "x1e.8xlarge",
|
||||
VCPU: 32,
|
||||
MemoryMb: 999424,
|
||||
GPU: 0,
|
||||
},
|
||||
"x1e.xlarge": {
|
||||
InstanceType: "x1e.xlarge",
|
||||
VCPU: 4,
|
||||
MemoryMb: 124928,
|
||||
GPU: 0,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue