Registry / aws / aws-parallelcluster

aws-parallelcluster

JSON →
library3.15.0pypypi✓ verified 83d ago

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-parallelcluster
INSTALL
IMPORT
SIG · AWS-PARALLELCLUSTE
A
aws-parallelcluster
awspythonv3.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pcluster
import pcluster
from pcluster import pcluster

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).

import os from pcluster import pcluster client = pcluster.Client() # Note: Requires AWS credentials configured via environment variables or AWS CLI. # Example: list clusters clusters = client.list_clusters() print(clusters)
pcluster --version
Debug
Known issues
breakingIn version 3.x, the CLI and API structure changed significantly from 2.x. Old scripts using 'pcluster' commands may fail.
fix
Migrate to ParallelCluster 3.x by updating commands and configuration files. Refer to the official migration guide.
affects: <3.0
deprecatedUbuntu 20.04 support is deprecated and removed after 3.13.0.
fix
Use Ubuntu 22.04 or later for new clusters.
affects: >=3.13.0
gotchaThe Python SDK (pcluster) is separate from the CLI. Importing 'pcluster' directly may not provide all CLI functionality.
fix
Use the CLI commands (e.g., `pcluster create-cluster`) for cluster operations, or use the SDK for programmatic access.
affects: >=3.0
Upgrade
Version history
3.15.0latest on PyPI · released Mar 23, 2026
Audit
Dependencies
awsclioptionalRequired for AWS API calls
boto3optionalRequired for AWS SDK interactions
Agent activity
30 hits · last 30 days
node
28
OpenAI (training)
1
Resources
aws-parallelcluster — pip install aws-parallelcluster · libregistry