ENUM

AwsInstanceType

Description

AWS instance types.

link GraphQL Schema definition

  • enum AwsInstanceType {
  • # None or other instance type selected.
  • AWS_TYPE_UNSPECIFIED
  • # M5.4xlarge instance type.
  • M5_4XLARGE
  • # M6i.2xlarge instance type.
  • M6I_2XLARGE
  • # M6i.4xlarge instance type.
  • M6I_4XLARGE
  • # M6i.8xlarge instance type.
  • M6I_8XLARGE
  • }