Updates for x1 instance family

This commit is contained in:
Manabu Sakai 2018-02-13 23:09:46 +09:00
parent f400a882d7
commit 882ccbeb75
1 changed files with 7 additions and 0 deletions

View File

@ -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,