Cloud9 is not hibernate

0

I have Question about Cloud9 We try to set Cloud9 with Hibernate function

You can see the picture that I attached We set Hibernate is enabled Enter image description here

Enter image description here

and then we set up "Stop my Environment" = After 30 minutes Enter image description here

In my Expectation, It should sleep the Cloud9 machine after we don't use it over 30 mins. But The result It still running. Could you suggest me any solution?

Thank you

asked a year ago233 views
1 Answer
2

AWS Cloud9 environments should hibernate after a period of inactivity if they are set to do so. In your case, it's set to hibernate after 30 minutes of inactivity. However, there could be several reasons why the environment is not hibernating as expected:

  • Activity Detection: AWS Cloud9 detects activity based on both editor and terminal usage. If there's any activity in either of these (like a running process in the terminal), the environment might not hibernate.

  • Automated Processes: If you have any automated processes running in your environment (like cron jobs), they could be keeping your environment active.

  • Connected Services: If your Cloud9 environment is connected to other AWS services that are constantly interacting with it, it could be keeping your environment from hibernating.

In order to debug this issue, you could try the following:

  • Check Running Processes: Check if there are any running processes in your environment. You can do this by running the ps command in the terminal.

  • Review Logs: Review the logs to see if there are any errors or messages related to hibernation.

  • Contact AWS Support: If you are unable to resolve the issue yourself, you could consider contacting AWS support for assistance. They may be able to provide more insight into what's happening.

profile picture
EXPERT
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions