mirror of https://github.com/kubernetes/kops.git
Updates for x1 instance family
This commit is contained in:
parent
f400a882d7
commit
882ccbeb75
|
|
@ -606,6 +606,13 @@ var MachineTypes []AWSMachineTypeInfo = []AWSMachineTypeInfo{
|
|||
},
|
||||
|
||||
// x1 family
|
||||
{
|
||||
Name: "x1.16xlarge",
|
||||
MemoryGB: 976,
|
||||
ECU: 174.5,
|
||||
Cores: 64,
|
||||
EphemeralDisks: []int{1920},
|
||||
},
|
||||
{
|
||||
Name: "x1.32xlarge",
|
||||
MemoryGB: 1952,
|
||||
|
|
|
|||
Loading…
Reference in New Issue