To install AWS ParallelCluster:
pip install aws-parallelcluster
To create a cluster, set up the key_name
, vpc_id
, and master_subnet_id
in the config file, and:
pcluster create -c ./parallelcluster-config my-cluster-name
To SSH into the master node:
pcluster ssh -c ./parallelcluster-config my-cluster-name