AWS ParallelCluster is an AWS supported open-source cluster management tool that enables you to deploy and manage high-performance computing (HPC) clusters on AWS. It automates the creation of HPC clusters with Slurm, AWS Batch, or other schedulers. The current version is 3.15.0, with releases roughly every 1-2 months.
pip install aws-parallelclusterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart for using ParallelCluster Python SDK to list clusters. Ensure AWS credentials are configured (e.g., via AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY).
Migrate to ParallelCluster 3.x by updating commands and configuration files. Refer to the official migration guide.
Use Ubuntu 22.04 or later for new clusters.
Use the CLI commands (e.g., `pcluster create-cluster`) for cluster operations, or use the SDK for programmatic access.