If the Cloud9 IDE isn’t currently loaded:
Use the pip install command to install AWS ParallelCluster. Python and Python package management tool (PIP) are already installed in the Cloud9 environment.
Install AWS ParallelCluster version 3.5.1:
pip3 install aws-parallelcluster==3.5.1 -U --user
This will take a couple of minutes. You can check the ParallelCluster installation has completed successfully by running:
pcluster version
The output should be:
{
"version": "3.5.1"
}
Next, you will configure AWS ParallelCluster.