b. Install AWS ParallelCluster

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.

  1. In the AWS Management Console search bar, type and select Cloud9.
  2. Choose open IDE for the Cloud9 instance set up previously. It may take a few moments for the IDE to open. AWS Cloud9 stops and restarts the instance so that you do not pay compute charges when no longer using the Cloud9 IDE.
  3. 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.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.