ComputeNodeGroup

A compute node group associated with a cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon Machine Image (AMI) that Amazon Web Services PCS uses to launch instances. If not provided, Amazon Web Services PCS uses the AMI ID specified in the custom launch template.

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) of the compute node group.

Link copied to clipboard

The ID of the cluster of the compute node group.

Link copied to clipboard

The date and time the resource was created.

Link copied to clipboard

An Amazon EC2 launch template Amazon Web Services PCS uses to launch compute nodes.

Link copied to clipboard

The list of errors that occurred during compute node group provisioning.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have the pcs:RegisterComputeNodeGroupInstance permission. The resource identifier of the ARN must start with AWSPCS or it must have /aws-pcs/ in its path.

Link copied to clipboard
val id: String

The generated unique ID of the compute node group.

Link copied to clipboard

A list of EC2 instance configurations that Amazon Web Services PCS can provision in the compute node group.

Link copied to clipboard

The date and time the resource was modified.

Link copied to clipboard

The name that identifies the compute node group.

Link copied to clipboard

Specifies how EC2 instances are purchased on your behalf. Amazon Web Services PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.

Link copied to clipboard

Specifies the boundaries of the compute node group auto scaling.

Link copied to clipboard

Additional options related to the Slurm scheduler.

Link copied to clipboard

Additional configuration when you specify SPOT as the purchaseOption for the CreateComputeNodeGroup API action.

Link copied to clipboard

The provisioning status of the compute node group.

Link copied to clipboard

The list of subnet IDs where instances are provisioned by the compute node group. The subnets must be in the same VPC as the cluster.

Functions

Link copied to clipboard
inline fun copy(block: ComputeNodeGroup.Builder.() -> Unit = {}): ComputeNodeGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String