Add P3 AWS instance types

https://github.com/rancher/rancher/issues/17377
This commit is contained in:
loganhz 2019-01-27 08:42:43 +08:00
parent 0b824e6aed
commit c01f16b4d2
1 changed files with 17 additions and 0 deletions

View File

@ -414,6 +414,23 @@ export const INSTANCE_TYPES = [
name: 'p2.16xlarge'
},
{
group: 'P3 - GPU',
name: 'p3.2xlarge'
},
{
group: 'P3 - GPU',
name: 'p3.8xlarge'
},
{
group: 'P3 - GPU',
name: 'p3.16xlarge'
},
{
group: 'P3 - GPU',
name: 'p3dn.24xlarge'
},
{
group: 'X1 - Really High Memory',
name: 'x1.16xlarge'