Steps to take after installation - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Steps to take after installation

You can verify that Amazon ParallelCluster installed correctly by running pcluster version.

$ pcluster version { "version": "3.7.0" }

Amazon ParallelCluster is updated regularly. To update to the latest version of Amazon ParallelCluster, run the installation command again. For more information about the latest version of Amazon ParallelCluster, see the Amazon ParallelCluster release notes.

$ pip3 install aws-parallelcluster --upgrade --user

To uninstall Amazon ParallelCluster, use pip3 uninstall.

$ pip3 uninstall aws-parallelcluster

If you don't have Python and pip3, use the procedure for your environment.