DEV Community

Cover image for How to setup HPC cluster on AWS using AWS Parallel Cluster 2.0 | With Monitoring tool Grafana
Sandipkumar Patel for AWS Community Builders

Posted on • Edited on

6

How to setup HPC cluster on AWS using AWS Parallel Cluster 2.0 | With Monitoring tool Grafana

In this tutorial, you will learn about High-performance computing using AWS. You will design 3 nodes cluster ( 1 master node, 2 compute nodes). Once you will set up a cluster then you will integrate the Grafana tool to monitor the cluster resources. Grafana is multi-platform open-source analytics and interactive visualization web application. Once the cluster and monitoring tool will be done, you will execute your first HPC job ( prime number calculation ).

  1. Setup cluster of 3 nodes ( 1 Master node, 2 Compute node)
  2. Setup Grafana for monitoring cluster resources
  3. Run you first HPC job ( Prime number calculation)

See complete Tutorial on YouTube
For more reference

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay