Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy smhp slurm and eks #514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 1.architectures/5.sagemaker-hyperpod/easy_smhp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Automate SageMaker HyperPod Cluster Creation for EKS and Slurm orchestrator
A bash script that automates the manual cluster creation process for SageMaker HyperPod SLURM and EKS

This automates the steps from the:
- [SageMaker HyperPod SLURM Workshop](https://catalog.workshops.aws/sagemaker-hyperpod/en-US)
- [SageMaker HyperPod EKS Workshop](https://catalog.workshops.aws/sagemaker-hyperpod-eks/en-US)

## 🚀 Installation and Usage
Using this script is very simple. Run ```bash easy_smhp_x1.sh```

The script will walk you through creating the cluster configuration for your SageMaker HyperPod Slurm or EKS cluster based of the variables exported. Please read through the instructions provided while running the script for the best experience.


Loading