Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.02 KB

File metadata and controls

18 lines (10 loc) · 1.02 KB

SMHP Tools

The “tools” directory contains utility scripts for common tasks to help debug and troubleshoot issues. Here are the details of each script, along with its usage and the expected output.

Utility to dump details of all nodes in a cluster, into a csv file.

Usage: python dump_cluster_nodes_info.py –cluster-name <name-of-cluster-whose-node-details-are-needed>

Output: “nodes.csv” file in the current directory, containing details of all nodes in the cluster

Create a scheduler to scale up and down the number of nodes in an instance group

This template deploys an AWS Lambda lamdba function which is triggered by an Amazon EventBridge Rule to scale up and down the number of nodes based on a cron expression.


1-Click Deploy 🚀