appsembler / sultan

An Open edX Remote Devstack Toolkit
GNU Affero General Public License v3.0
7 stars 4 forks source link

Automatically power off the machine after a certain amount of time #44

Closed iamjazzar closed 3 years ago

iamjazzar commented 3 years ago

This change will bring all machines to a TERMINATED status in GCP. Another attempt to enhance the security of the instances and to avoid unnecessary charges if the were abandoned.

To test this, change ALIVE_TIME to a small value like 400 and then run

$ sultan instance setup --image devstack-juniper

Another fix for #41