compute_node_group_tags
Expands all tag keys and values for compute_node_groups
in a region
Overview
Name | compute_node_group_tags |
Type | Resource |
Description | AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group. |
Id | aws.pcs.compute_node_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
ami_id | 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. |
arn | string | The unique Amazon Resource Name (ARN) of the compute node group. |
cluster_id | string | The ID of the cluster of the compute node group. |
custom_launch_template | object | An Amazon EC2 launch template AWS PCS uses to launch compute nodes. |
error_info | array | The list of errors that occurred during compute node group provisioning. |
iam_instance_profile_arn | string | 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. |
id | string | The generated unique ID of the compute node group. |
instance_configs | array | A list of EC2 instance configurations that AWS PCS can provision in the compute node group. |
name | string | The name that identifies the compute node group. |
purchase_option | string | 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. |
scaling_configuration | object | Specifies the boundaries of the compute node group auto scaling. |
slurm_configuration | object | Additional options related to the Slurm scheduler. |
spot_options | object | Additional configuration when you specify SPOT as the purchase option. |
status | string | The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group. |
subnet_ids | array | 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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all compute_node_groups
in a region.
SELECT
region,
ami_id,
arn,
cluster_id,
custom_launch_template,
error_info,
iam_instance_profile_arn,
id,
instance_configs,
name,
purchase_option,
scaling_configuration,
slurm_configuration,
spot_options,
status,
subnet_ids,
tag_key,
tag_value
FROM aws.pcs.compute_node_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the compute_node_group_tags
resource, see compute_node_groups