mirror of https://github.com/rancher/ui.git
Add P3 AWS instance types
https://github.com/rancher/rancher/issues/17377
This commit is contained in:
parent
0b824e6aed
commit
c01f16b4d2
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue