aws-samples / aws-samples/aws-do-hyperpod

Hyperpod EKS cfn stack reference issue

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
26
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Hi team,

Encountering an issue when trying to launch an hyperpod eks cluster with the automated shell script. It was a due to a cfn reference issue here:

We have references to `PrivateRouteTable`, but the instance itself is named PrivateRouteTable1.
I was able to fix it by renaming this line to `PrivateRouteTable1`or renaming all references to `PrivateRouteTable1` to `PrivateRouteTable`.

https://github.com/aws-samples/aws-do-hyperpod/blob/1695c1fd07c714b4fff216443d873a6367802085/Container-Root/hyperpod/impl/eks/src/cfn/hyperpod-eks-full-stack.yaml#L630

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.