This lab requires an AWS Cloud9 IDE. If you do not have an AWS Cloud9 IDE set up, complete sections a. Sign in to the Console through d. Work with the AWS CLI in the Getting Started in the Cloud workshop.
Install AWS ParallelCluster version 3.1.2
pip3 install aws-parallelcluster==3.1.2 -U --user
You can check the ParallelCluster installation completed successfully by running:
pcluster version
The output should be:
{
"version": "3.1.2"
}
Next, you will configure AWS ParallelCluster.