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
sanderegg
changed the title
Autoscaling: settings for AMI and Custome bootscript shall be linked and made into a list
Autoscaling: settings for AMI and Custom boot script shall be linked and made into a list
Sep 21, 2023
Use-case: in a computational cluster I send jobs of different kind.
On the computational cluster manager we have:
When sending jobs there, we will probably pass as resource the EC2 instance type that we want.
For each type, we might want:
One way of allowing this, is to make the autoscaling service there have a list of entries:
EC2_INSTANCES_ALLOWED_TYPES would become an object with:
EC2_INSTANCES_ALLOWED_TYPES
EC2_INSTANCES_ALLOWED_AMI_ID
EC2_INSTANCES_CUSTOM_BOOT_SCRIPTS
At least these ENVs should be linked together.
The text was updated successfully, but these errors were encountered: