Skip to content

Commit 439d3da

Browse files
sunilyoraclaude
andcommitted
Add one-click Launch Stack buttons to README
All 4 variants (Slurm GPU, Slurm Trainium, EKS GPU, EKS Trainium) have working Launch Stack buttons that open CloudFormation console with template URL, stack name, and lifecycle script params pre-filled. Templates hosted at s3://hyperpodstackfiles/hyperpod-quickstart/. Run scripts/publish.sh to regenerate buttons for a different bucket. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e91f31b commit 439d3da

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# AWS SageMaker HyperPod Quick Start
22

3-
Deploy a fully configured SageMaker HyperPod cluster in under 30 minutes. One command to deploy, one command to connect, one command to test.
3+
Deploy a fully configured SageMaker HyperPod cluster in under 30 minutes. One click to deploy, one command to connect, one command to test.
4+
5+
## One-Click Deploy
6+
7+
| | **NVIDIA GPU** (p5, p4d, g5) | **AWS Trainium** (trn1, trn2) |
8+
|:---:|:---:|:---:|
9+
| **Slurm** | [![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https%3A%2F%2Fs3.amazonaws.com%2Fhyperpodstackfiles%2Fhyperpod-quickstart%2Fslurm-gpu%2Ftemplate.yaml&stackName=my-hyperpod&param_LifecycleScriptSourceBucket=hyperpodstackfiles&param_LifecycleScriptSourcePrefix=hyperpod-quickstart/slurm-gpu/lifecycle-scripts) | [![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https%3A%2F%2Fs3.amazonaws.com%2Fhyperpodstackfiles%2Fhyperpod-quickstart%2Fslurm-trainium%2Ftemplate.yaml&stackName=my-hyperpod-trn&param_LifecycleScriptSourceBucket=hyperpodstackfiles&param_LifecycleScriptSourcePrefix=hyperpod-quickstart/slurm-trainium/lifecycle-scripts) |
10+
| **Amazon EKS** | [![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https%3A%2F%2Fs3.amazonaws.com%2Fhyperpodstackfiles%2Fhyperpod-quickstart%2Feks-gpu%2Ftemplate.yaml&stackName=my-hyperpod-eks&param_LifecycleScriptSourceBucket=hyperpodstackfiles&param_LifecycleScriptSourcePrefix=hyperpod-quickstart/eks-gpu/lifecycle-scripts) | [![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https%3A%2F%2Fs3.amazonaws.com%2Fhyperpodstackfiles%2Fhyperpod-quickstart%2Feks-trainium%2Ftemplate.yaml&stackName=my-hyperpod-eks-trn&param_LifecycleScriptSourceBucket=hyperpodstackfiles&param_LifecycleScriptSourcePrefix=hyperpod-quickstart/eks-trainium/lifecycle-scripts) |
11+
12+
> Click any button above to open CloudFormation with all parameters pre-filled. Review settings and click **Create stack**.
13+
>
14+
> **Using a different S3 bucket or region?** Run `./scripts/publish.sh YOUR_BUCKET us-west-2` to generate buttons for your setup.
415
516
## Prerequisites
617

0 commit comments

Comments
 (0)