aws-samples / eks-workshop-v2

Hands-on labs for Amazon EKS
https://www.eksworkshop.com
Apache License 2.0
402 stars 417 forks source link

Update in Cloudformation using Cloud9 #1021

Open peachycloudsecurity opened 1 month ago

peachycloudsecurity commented 1 month ago

What would you like to be added?

Any other ide instead of Cloud9 IDE, maybe vscode on ec2 via terraform

Why is this needed?

As we can see Cloud9 stopped being available to new accounts (link. Cloudformation relies on cloud9 for this lab

Reference: https://github.com/SummitRoute/aws_breaking_changes

niallthomson commented 1 month ago

Hi @peachycloudsecurity this work is already underway, we'll provide an update soon.

niallthomson commented 1 month ago

We are aiming to have this completed by the end of August due to a significant amount of work required to adjust various aspects of the workshop to a new operating model.

kirazero17 commented 1 month ago

How about using local VSCode to connect to AWS ? I'm still testing with the modified path on WSL1 at the moment. image It can currently deploy the environments.

peachycloudsecurity commented 1 month ago

I have also created vscode-eks terraform code using the existing workshop script and Coder code-server. Additionally, I have explored AWS Shell, which is promoted at cloud9 page. However, these alternatives require ongoing maintenance and may present challenges for new users compared to the previous Cloud9 lab deployed via CloudFormation.

jvdadda commented 2 weeks ago

Thanks @niallthomson, I see that you have made some modification to have VSCode support, have you an ETA for release of it ?

niallthomson commented 2 weeks ago

The release that was just published adds an option that uses VSCode (via code-server) which should be considered "preview". We'd love to hear feedback on any issues you find.