aws-parallelcluster
AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.
What it is and what it does
AWS ParallelCluster is an open-source cluster management tool built on the CfnCluster project that automates the deployment of HPC environments on AWS. It handles provisioning of compute resources, shared filesystems, and batch schedulers (such as AWS Batch and Slurm) through a single configuration interface. The tool is designed to support both rapid proof-of-concept deployments and production-scale HPC workloads.
The package depends on AWS CDK modules for infrastructure-as-code provisioning, boto3 for AWS API interaction, and Flask/Connexion for its control plane API. It uses Jinja2 for templating, marshmallow for configuration validation, and tabulate for CLI output. This dependency footprint reflects its role as a full-stack cluster orchestration platform rather than a lightweight utility.
Use it for:
- Deploy a Slurm-based HPC cluster on AWS for scientific computing workloads without manual infrastructure setup.
- Build a genomics portal or similar domain-specific workflow platform on top of managed HPC infrastructure.
- Rapidly prototype HPC cluster configurations and scale them to production with minimal operational overhead.
- Manage multi-node batch processing jobs using AWS Batch as the scheduler backend.
- Automate shared filesystem provisioning (EFS, FSx) alongside compute resources for data-intensive applications.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
AWS ParallelCluster is a cluster management tool that deploys and manages High Performance Computing (HPC) clusters on AWS, automating compute resource setup, shared filesystems, and batch scheduler configuration.
Yes—if you need to deploy HPC clusters on AWS. The package is production-stable, actively maintained, has no known vulnerabilities, and carries a permissive license. The 29 runtime dependencies are substantial but reflect the complexity of orchestrating AWS infrastructure; they are not a red flag. Install it if cluster management is your goal; skip it if you only need to run individual EC2 instances or submit jobs to an existing cluster.
Install
aws-parallelcluster on PyPI
pip
pip install aws-parallelclusteruv
uv add aws-parallelclusterpoetry
poetry add aws-parallelclusterInstalling aws-parallelcluster
Before you install
Low install friction with a pure-Python wheel. Active maintenance with recent commits and 887 repository stars. Supports current Python versions (3.9–3.12) and marked as production-stable.
License in practice
Apache License 2.0 (permissive) allows commercial use, modification, and distribution with minimal restrictions—suitable for production deployments without licensing concerns.
Quickstart
pip install aws-parallelcluster
from aws_parallelcluster import api
# Create or update a cluster via the API
api.create_cluster(cluster_name='my-hpc', cluster_config={...})
AWS credentials must be configured (via environment variables, ~/.aws/config, or IAM role); an AWS account with appropriate permissions is required.
Verify before relying
- Whether the 29 runtime dependencies (including AWS CDK modules and Flask) are all required for basic cluster deployment or only for advanced features.
- Whether AWS credentials and account setup are prerequisites beyond the Python environment.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 29 — setuptools, boto3, tabulate, PyYAML, jinja2, marshmallow, packaging, aws-cdk.core, aws-cdk.aws-batch, aws_cdk.aws-cloudwatch, aws-cdk.aws-codebuild, aws-cdk.aws-dynamodb, aws-cdk.aws-ec2, aws-cdk.aws-efs, aws-cdk.aws-events, aws-cdk.aws-fsx, aws-cdk.aws-imagebuilder, aws-cdk.aws-iam, aws_cdk.aws-lambda, aws-cdk.aws-logs, aws-cdk.aws-route53, aws-cdk.aws-ssm, aws-cdk.aws-sqs, aws-cdk.aws-cloudformation, connexion, jmespath, jsii, werkzeug, flask |
| Maintenance | actively maintained — 78 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 93,430/month — #13,386 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aws_parallelcluster-3.15.1-py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
clusterscopeClusterscope extracts and queries information…
permissive · top 15,000 on PyPI
ClusterShellClusterShell is a Python framework for running…
copyleft · top 15,000 on PyPI
dask-jobqueueDeploys Dask distributed computing clusters on…
permissive · top 15,000 on PyPI
ipyparallelManages clusters of IPython processes for…
permissive · top 15,000 on PyPI
anyscaleAnyscale provides a command-line interface and…
unclear · top 5,000 on PyPI
slurm-usageCollects and preserves SLURM job efficiency…
permissive · top 15,000 on PyPI
lithopsLithops is a Python framework for running…
permissive · top 15,000 on PyPI
submititSubmitit wraps Slurm job submission and…
permissive · top 5,000 on PyPI
distributedDistributed provides a scheduler and runtime…
permissive · top 5,000 on PyPI
hydra-submitit-launcherIntegrates Hydra configuration framework with…
permissive · top 15,000 on PyPI