INPUT_OBJECT

AwsClusterRequestParams

Description

AWS specific Exocompute cluster customizations.

link GraphQL Schema definition

  • input AwsClusterRequestParams {
  • # SSH key pair name to be used for launching EC2 worker nodes in Exocompute
  • # cluster. This key pair can be used to SSH into the worker nodes.
  • nodeKeypairName: String
  • }