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)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post