ComputeNodeGroup

class ComputeNodeGroup : KotlinCustomResource

AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.

Properties

Link copied to clipboard
val amiId: Output<String>?

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

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val awsId: Output<String>

The generated unique ID of the compute node group.

Link copied to clipboard
val clusterId: Output<String>

The ID of the cluster of the compute node group.

Link copied to clipboard

An Amazon EC2 launch template AWS 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 pcs:RegisterComputeNodeGroupInstance permissions attached to provision instances correctly.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>?

The name that identifies the compute node group.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies how EC2 instances are purchased on your behalf. AWS 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 purchase option.

Link copied to clipboard

The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.

Link copied to clipboard
val subnetIds: Output<List<String>>

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.

Link copied to clipboard
val tags: Output<Map<String, String>>?

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

Link copied to clipboard
val urn: Output<String>