-
Notifications
You must be signed in to change notification settings - Fork 447
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
[Bug]: Cloud9 eks workshop setup failure #931
Comments
Have you check if you have a default VPC in us-east-1? |
It seems that the Cloud9 IDE is deployed in the default VPC |
I do have default VPC in US-EAST-1 and it has 6 subnets. |
have you tried checking the root cuase via aws cloudformation template? I think there would an error that will be displayed on the consoke, |
I did check on AWS Console and all I see is EksWorkshopC9Instance create failed. When I monitor in detail, I see that it is saying connecting but connecting to EC2 is failing. |
Hi folks, Currently the CloudFormation template assumes either:
I think something we might want to do in the future is always create a dedicated VPC but we don't do that at the moment. |
It did not help. I tried defining VPC-ID and also Subnet id.
Looks like SSH connection to the instance is failing. All I see is
connecting status and nothing happens.
…On Fri, May 17, 2024 at 1:05 PM Niall Thomson ***@***.***> wrote:
Hi folks,
Currently the CloudFormation template assumes either:
1. You deploy to the default VPC (default behavior)
2. You use the CloudSubnet parameter
<https://github.com/aws-samples/eks-workshop-v2/blob/main/lab/cfn/eks-workshop-ide-cfn.yaml#L47>
to specify an alternative VPC
I think something we might want to do in the future is always create a
dedicated VPC but we don't do that at the moment.
—
Reply to this email directly, view it on GitHub
<#931 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKA6RVRDWRJYA62G5CVD6EDZCY2FFAVCNFSM6AAAAABHQZ26F6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYGAZDKOBXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Does your default VPC have Internet access? |
Experiencing the same thing |
Installation method
Own AWS account
What happened?
I am unable to setup Cloud9 Environment in my AWS Account and I keep getting this error
Failed to create/update the stack. Run the following command
to fetch the list of events leading up to the failure
aws cloudformation describe-stack-events --stack-name eks-workshop-ide
What did you expect to happen?
Successful stack creation.
How can we reproduce it?
Run below in US-EAST-1
wget -q https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/stable/lab/cfn/eks-workshop-ide-cfn.yaml -O eks-workshop-ide-cfn.yaml
aws cloudformation deploy --stack-name eks-workshop-ide
--template-file ./eks-workshop-ide-cfn.yaml
--parameter-overrides RepositoryRef=stable
--capabilities CAPABILITY_NAMED_IAM
Anything else we need to know?
No response
EKS version
1.29
The text was updated successfully, but these errors were encountered: