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

Changed the DependsOn value for the RancherELB to PublicGatewayAttach… #75

Merged
merged 2 commits into from
May 27, 2024

Conversation

razavi32
Copy link
Contributor

…ment

Issue: Creating a stack was failing due to timing of the IGW to VPC attachment and RancherELB being created.
Description of changes: Replaced DependsOn value from PublicInternetGateway to PublicGatewayAttachment to ensure the RancherELB wouldnt fail to create due to a VPC without an IGW.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…ment

Creating a stack was failing due to timing of the IGW to VPC attachment and RancherELB being created.  Replaced DependsOn value from PublicInternetGateway to PublicGatewayAttachment.
@zackbradys
Copy link
Collaborator

hey @razavi32, thank you for taking the time to contribute and the improve this workshop! could you please update the other cloud formation template, with the same update? file is static/rke2-eks-cluster-workshop.yaml

…ment Part 2

Per the request of the repo owner/maintainer, updated the rke2-eks-cluster-workshop.yaml file where the RacherELB resource property had the same dependency as the rke2-eks-cluster.yaml.
@razavi32
Copy link
Contributor Author

@zackbradys no worries, done.

Copy link
Collaborator

@zackbradys zackbradys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! thank you for the contribution.

@zackbradys zackbradys merged commit 2b3f879 into aws-samples:main May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants