Reputation: 45
My AWS Cloud9 instance is stuck connecting since yesterday. It gives the error:
"This is taking longer than expected. The delay may be caused by high CPU usage in your environment, or your T2 or T3 instance is running out of burstable CPU capacity credits, or there are VPC configuration issues"
I have tried changing the instance type to a larger one. I have tried rebooting as well.
It started happening after I put an ENV variable that was super long into the .bashrc file.
I would greatly appreciate any thoughts on how I can fix this!
Upvotes: 3
Views: 5097
Reputation: 10304
The change you made in your ENV variable is affecting the VPC configuration you have created and so you get this stuck connecting to your VPC.
Upvotes: 1