We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.pcs.getComputeNodeGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.
Using getComputeNodeGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getComputeNodeGroup(args: GetComputeNodeGroupArgs, opts?: InvokeOptions): Promise<GetComputeNodeGroupResult>
function getComputeNodeGroupOutput(args: GetComputeNodeGroupOutputArgs, opts?: InvokeOptions): Output<GetComputeNodeGroupResult>
def get_compute_node_group(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetComputeNodeGroupResult
def get_compute_node_group_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputeNodeGroupResult]
func LookupComputeNodeGroup(ctx *Context, args *LookupComputeNodeGroupArgs, opts ...InvokeOption) (*LookupComputeNodeGroupResult, error)
func LookupComputeNodeGroupOutput(ctx *Context, args *LookupComputeNodeGroupOutputArgs, opts ...InvokeOption) LookupComputeNodeGroupResultOutput
> Note: This function is named LookupComputeNodeGroup
in the Go SDK.
public static class GetComputeNodeGroup
{
public static Task<GetComputeNodeGroupResult> InvokeAsync(GetComputeNodeGroupArgs args, InvokeOptions? opts = null)
public static Output<GetComputeNodeGroupResult> Invoke(GetComputeNodeGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputeNodeGroupResult> getComputeNodeGroup(GetComputeNodeGroupArgs args, InvokeOptions options)
public static Output<GetComputeNodeGroupResult> getComputeNodeGroup(GetComputeNodeGroupArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:pcs:getComputeNodeGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The unique Amazon Resource Name (ARN) of the compute node group.
- Arn string
- The unique Amazon Resource Name (ARN) of the compute node group.
- arn String
- The unique Amazon Resource Name (ARN) of the compute node group.
- arn string
- The unique Amazon Resource Name (ARN) of the compute node group.
- arn str
- The unique Amazon Resource Name (ARN) of the compute node group.
- arn String
- The unique Amazon Resource Name (ARN) of the compute node group.
getComputeNodeGroup Result
The following output properties are available:
- 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.
- Custom
Launch Pulumi.Template Aws Native. Pcs. Outputs. Custom Launch Template Properties - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- Error
Info List<Pulumi.Aws Native. Pcs. Outputs. Compute Node Group Error Info> - The list of errors that occurred during compute node group provisioning.
- Iam
Instance stringProfile Arn - 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.
- Purchase
Option Pulumi.Aws Native. Pcs. Compute Node Group Purchase Option - 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 Pulumi.Aws Native. Pcs. Outputs. Scaling Configuration Properties - Specifies the boundaries of the compute node group auto scaling.
- Slurm
Configuration Pulumi.Aws Native. Pcs. Outputs. Slurm Configuration Properties - Additional options related to the Slurm scheduler.
- Spot
Options Pulumi.Aws Native. Pcs. Outputs. Spot Options Properties - Additional configuration when you specify SPOT as the purchase option.
- Status
Pulumi.
Aws Native. Pcs. Compute Node Group Status - The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- Subnet
Ids 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.
- Dictionary<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.
- 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.
- Custom
Launch CustomTemplate Launch Template Properties - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- Error
Info []ComputeNode Group Error Info - The list of errors that occurred during compute node group provisioning.
- Iam
Instance stringProfile Arn - 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.
- Purchase
Option ComputeNode Group Purchase Option - 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 ScalingConfiguration Properties - Specifies the boundaries of the compute node group auto scaling.
- Slurm
Configuration SlurmConfiguration Properties - Additional options related to the Slurm scheduler.
- Spot
Options SpotOptions Properties - Additional configuration when you specify SPOT as the purchase option.
- Status
Compute
Node Group Status - The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- Subnet
Ids []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.
- 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.
- 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.
- custom
Launch CustomTemplate Launch Template Properties - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- error
Info List<ComputeNode Group Error Info> - The list of errors that occurred during compute node group provisioning.
- iam
Instance StringProfile Arn - 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.
- purchase
Option ComputeNode Group Purchase Option - 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 ScalingConfiguration Properties - Specifies the boundaries of the compute node group auto scaling.
- slurm
Configuration SlurmConfiguration Properties - Additional options related to the Slurm scheduler.
- spot
Options SpotOptions Properties - Additional configuration when you specify SPOT as the purchase option.
- status
Compute
Node Group Status - The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- subnet
Ids 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.
- 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.
- 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.
- custom
Launch CustomTemplate Launch Template Properties - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- error
Info ComputeNode Group Error Info[] - The list of errors that occurred during compute node group provisioning.
- iam
Instance stringProfile Arn - 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.
- purchase
Option ComputeNode Group Purchase Option - 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 ScalingConfiguration Properties - Specifies the boundaries of the compute node group auto scaling.
- slurm
Configuration SlurmConfiguration Properties - Additional options related to the Slurm scheduler.
- spot
Options SpotOptions Properties - Additional configuration when you specify SPOT as the purchase option.
- status
Compute
Node Group Status - The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- subnet
Ids 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.
- {[key: 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.
- ami_
id str - 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 str
- The unique Amazon Resource Name (ARN) of the compute node group.
- custom_
launch_ Customtemplate Launch Template Properties - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- error_
info Sequence[ComputeNode Group Error Info] - The list of errors that occurred during compute node group provisioning.
- iam_
instance_ strprofile_ arn - 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 str
- The generated unique ID of the compute node group.
- purchase_
option ComputeNode Group Purchase Option - 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 ScalingConfiguration Properties - Specifies the boundaries of the compute node group auto scaling.
- slurm_
configuration SlurmConfiguration Properties - Additional options related to the Slurm scheduler.
- spot_
options SpotOptions Properties - Additional configuration when you specify SPOT as the purchase option.
- status
Compute
Node Group Status - The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- subnet_
ids Sequence[str] - 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.
- Mapping[str, str]
- 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.
- 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.
- custom
Launch Property MapTemplate - An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
- error
Info List<Property Map> - The list of errors that occurred during compute node group provisioning.
- iam
Instance StringProfile Arn - 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.
- purchase
Option "ONDEMAND" | "SPOT" - 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 Property Map - Specifies the boundaries of the compute node group auto scaling.
- slurm
Configuration Property Map - Additional options related to the Slurm scheduler.
- spot
Options Property Map - Additional configuration when you specify SPOT as the purchase option.
- status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED"
- The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
- subnet
Ids 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.
- Map<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.
Supporting Types
ComputeNodeGroupErrorInfo
ComputeNodeGroupPurchaseOption
ComputeNodeGroupSlurmCustomSetting
- Parameter
Name string - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- Parameter
Value string - The value for the configured Slurm setting.
- Parameter
Name string - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- Parameter
Value string - The value for the configured Slurm setting.
- parameter
Name String - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- parameter
Value String - The value for the configured Slurm setting.
- parameter
Name string - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- parameter
Value string - The value for the configured Slurm setting.
- parameter_
name str - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- parameter_
value str - The value for the configured Slurm setting.
- parameter
Name String - AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
- parameter
Value String - The value for the configured Slurm setting.
ComputeNodeGroupSpotOptionsPropertiesAllocationStrategy
ComputeNodeGroupStatus
CustomLaunchTemplateProperties
ScalingConfigurationProperties
- Max
Instance intCount - The upper bound of the number of instances allowed in the compute fleet.
- Min
Instance intCount - The lower bound of the number of instances allowed in the compute fleet.
- Max
Instance intCount - The upper bound of the number of instances allowed in the compute fleet.
- Min
Instance intCount - The lower bound of the number of instances allowed in the compute fleet.
- max
Instance IntegerCount - The upper bound of the number of instances allowed in the compute fleet.
- min
Instance IntegerCount - The lower bound of the number of instances allowed in the compute fleet.
- max
Instance numberCount - The upper bound of the number of instances allowed in the compute fleet.
- min
Instance numberCount - The lower bound of the number of instances allowed in the compute fleet.
- max_
instance_ intcount - The upper bound of the number of instances allowed in the compute fleet.
- min_
instance_ intcount - The lower bound of the number of instances allowed in the compute fleet.
- max
Instance NumberCount - The upper bound of the number of instances allowed in the compute fleet.
- min
Instance NumberCount - The lower bound of the number of instances allowed in the compute fleet.
SlurmConfigurationProperties
- Slurm
Custom List<Pulumi.Settings Aws Native. Pcs. Inputs. Compute Node Group Slurm Custom Setting> - Additional Slurm-specific configuration that directly maps to Slurm settings.
- Slurm
Custom []ComputeSettings Node Group Slurm Custom Setting - Additional Slurm-specific configuration that directly maps to Slurm settings.
- slurm
Custom List<ComputeSettings Node Group Slurm Custom Setting> - Additional Slurm-specific configuration that directly maps to Slurm settings.
- slurm
Custom ComputeSettings Node Group Slurm Custom Setting[] - Additional Slurm-specific configuration that directly maps to Slurm settings.
- slurm_
custom_ Sequence[Computesettings Node Group Slurm Custom Setting] - Additional Slurm-specific configuration that directly maps to Slurm settings.
- slurm
Custom List<Property Map>Settings - Additional Slurm-specific configuration that directly maps to Slurm settings.
SpotOptionsProperties
- Allocation
Strategy Pulumi.Aws Native. Pcs. Compute Node Group Spot Options Properties Allocation Strategy - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
- Allocation
Strategy ComputeNode Group Spot Options Properties Allocation Strategy - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
- allocation
Strategy ComputeNode Group Spot Options Properties Allocation Strategy - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
- allocation
Strategy ComputeNode Group Spot Options Properties Allocation Strategy - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
- allocation_
strategy ComputeNode Group Spot Options Properties Allocation Strategy - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
- allocation
Strategy "lowest-price" | "capacity-optimized" | "price-capacity-optimized" - The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi