ParallelComputingService¶
Client¶
- class ParallelComputingService.Client¶
A low-level client representing AWS Parallel Computing Service
Parallel Computing Service (PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. For more information, see the Parallel Computing Service User Guide.
This reference describes the actions and data types of the service management API. You can use the Amazon Web Services SDKs to call the API actions in software, or use the Command Line Interface (CLI) to call the API actions manually. These API actions manage the service through an Amazon Web Services account.
The API actions operate on PCS resources. A resource is an entity in Amazon Web Services that you can work with. Amazon Web Services services create resources when you use the features of the service. Examples of PCS resources include clusters, compute node groups, and queues. For more information about resources in Amazon Web Services, see Resource in the Resource Explorer User Guide.
An PCS compute node is an Amazon EC2 instance. You don’t launch compute nodes directly. PCS uses configuration information that you provide to launch compute nodes in your Amazon Web Services account. You receive billing charges for your running compute nodes. PCS automatically terminates your compute nodes when you delete the PCS resources related to those compute nodes.
import boto3 client = boto3.client('pcs')
These are the available methods:
- can_paginate
- close
- create_cluster
- create_compute_node_group
- create_queue
- delete_cluster
- delete_compute_node_group
- delete_queue
- get_cluster
- get_compute_node_group
- get_paginator
- get_queue
- get_waiter
- list_clusters
- list_compute_node_groups
- list_queues
- list_tags_for_resource
- register_compute_node_group_instance
- tag_resource
- untag_resource
- update_compute_node_group
- update_queue
Paginators¶
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: