aws-samples / aws-samples/aws-do-hyperpod
Hyperpod EKS cfn stack reference issue
Open
- 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
Assessment
This issue has not been assessed yet.