You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have a custom AMI and Image size per group?
In what part of the code would this be implemented?
I would be willing to look at creating the feature if it is not already available.
The text was updated successfully, but these errors were encountered:
spawner.py loads the AMI and other user instance configuration from a config file "server_config.json" into the SERVER_PARAMS dictionary. create_new_instance(self) function , line 303, in spawner.py uses this config variable (SERVER_PARAMS) to launch user instance.
Therefore, you need to specify group AMIs in a config file, and modify create_new_instance to create user instance from the user's group AMI.
Is it possible to have a custom AMI and Image size per group?
In what part of the code would this be implemented?
I would be willing to look at creating the feature if it is not already available.
The text was updated successfully, but these errors were encountered: