While setting up the AWS Cloud9 EC2 instance, I selected 30 mins for auto-hibernation. I would like to change this to Never. How do I do that?
Asked
Active
Viewed 5,679 times
2 Answers
20
This may have changed since the previous answer. I was looking for exactly this, and didn't see any Preferences Tab in the main Cloud9 page. But I did find it in the project settings->EC2 Instance
-
5This is now the correct answer. Previous correct answer no longer applies. Thanks! – bneelon Feb 17 '20 at 14:28
6
On an EC2 environment, go to AWS Cloud9 > Preferences > (in the Preferences tab) Project Settings > scroll down to Stop my environment (or click EC2 Instance in Project Settings section on the sidebar)

brycei
- 125
- 3
-
-
3The value for this is machine-specific and is set in the `~/.c9/autoshutdown-configuration` file. – brycei Dec 22 '17 at 19:27
-
This answer is no-longer valid and @user26270 answer below should be the correct answer – aksyuma Dec 03 '20 at 13:48