top of page
Search


Using AWS CLI, Terraform CLI and Ansible to automate HPC cluster creation
This is the final part of an eight-part series on how to set up an HPC cluster on AWS. This document explains how to set up an OpenPBS job scheduler in an AWS cluster. Terraform is an Infrastructure-as-Code (IaC) tool used to provision and manage cloud infrastructure, such as servers, networks, and storage, across platforms like AWS. It defines resources in declarative .tf files, allowing you to create or destroy environments consistently and repeatably. Ansible complements
Joseph
Nov 135 min read
Setting up Prometheus and Grafana in an AWS Cluster
This is the seventh part of an eight-part series on how to setup an HPC cluster on AWS. This document explains how to set up an OpenPBS job scheduler in an AWS cluster. The cluster has seven virtual machines (VMs) One head / control node (node1) One login node (node2) Three compute nodes (node3, node4, node 5) Two storage nodes (node6, node7) All the VMs will have the OS Rocky Linux 9.6 (Blue Onyx) Prometheus is an open-source monitoring and alerting toolkit designed for r
Joseph
Nov 133 min read
Setting up an LDAP System in an AWS Cluster
This is the sixth part of an eight- part series on how to set up an HPC cluster on AWS. This document explains how to setup LDAP in the cluster The cluster has seven virtual machines (VMs) One head / control node (node1) One login node (node2) Three compute nodes (node3, node4, node 5) Two storage nodes (node6, node7) All the VMs will have the OS Rocky Linux 9.6 (Blue Onyx) Lightweight Directory Access Protocol (LDAP) is a protocol used for accessing and managing directory
Joseph
Nov 118 min read
Setting up a PBS Scheduler in an AWS Cluster
This is the fifth part of an eight-part series on how to setup an HPC cluster on AWS. This document explains how to set up an OpenPBS job scheduler in an AWS cluster. The cluster has seven virtual machines (VMs) One head / control node (node1) One login node (node2) Three compute nodes (node3, node4, node 5) Two storage nodes (node6, node7) All the VMs will have the OS Rocky Linux 9.6 (Blue Onyx) OpenPBS (Portable Batch System) is an open-source workload management and job
Joseph
Nov 114 min read
bottom of page