aws-samples / parallelcluster-cdk

MIT No Attribution
2 stars 1 forks source link

Documentation Examples #1

Open pradoz opened 4 weeks ago

pradoz commented 4 weeks ago

Hello!

I would like to experiment with this CDK construct and contribute.

How test and verify that the ParallelCluster is performing as expected?

ChrisDowning commented 3 weeks ago

Hi @pradoz - please refer to the "Setup" instructions in the readme to understand how to deploy this CDK app, then check out the ParallelCluster documentation to learn about the cluster configuration.

To check on the status of the cluster after deployment, you can look at the stacks in the CloudFormation console. Assuming there were no issues in the deployment process, you should have an EC2 instance running which serves as the cluster head node - you can connect to this via SSH (or Systems Manager if you left the AmazonSSMManagedInstanceCore additional IAM policy in place).

Another thing to note is that this repository contains a CDK app, not a construct. There is currently no CDK construct for ParallelCluster - this app is intended to demonstrate how you can use a Custom Resource as an alternative.

pradoz commented 3 weeks ago

Thanks @ChrisDowning, and good point regarding app vs construct.

What are your initial thoughts on replacing OpenZFS/Lustre/EFS with something like mountpoint-s3?