aws-samples / rancher-on-aws-workshop

Learn how to easily deploy and manage Kubernetes with Rancher on AWS Cloud
https://catalog.workshops.aws/rancher
MIT License
12 stars 4 forks source link

fix: deploy cloud9 in workshop subnet #33

Closed wombelix closed 1 year ago

wombelix commented 1 year ago

Description of changes:

No subnet associated with Cloud9, used the next available default VPC and default Subnet. Connection issues will cause the Stack to fail and Rollback, either caused by an IP overlap or usage of a non public subnet.

https://docs.aws.amazon.com/cloud9/latest/user-guide/troubleshooting.html#docker-bridge https://docs.aws.amazon.com/cloud9/latest/user-guide/vpc-settings.html?icmpid=docs_ac9_console#vpc-settings-requirements

Setting it to 'RancherPublicSubnet1' avoids the above problems, especially in non Workshop Engine Accounts.

Issue #, if available:

relates https://github.com/aws-samples/rancher-on-aws-workshop/issues/32


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