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

已提问 1 年前246 查看次数
1 回答
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
专家
已回答 1 年前
profile pictureAWS
专家
kentrad
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则