Skip to content

Commit

Permalink
[IT-3222] Update instance types (#1022)
Browse files Browse the repository at this point in the history
Update EC2 instance types

depends on Sage-Bionetworks/service-catalog-library#311
  • Loading branch information
zaro0508 authored Nov 9, 2023
1 parent 6619d43 commit 913f1ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ sceptre_user_data:
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.1.40/ec2/sc-ec2-linux-docker.yaml'
Name: 'v1.1.40'
- Description: 'Change to less costly volume type {{ range(1, 10000) | random }}'
- Description: 'Change to less costly volume type'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.2.9/ec2/sc-ec2-linux-docker.yaml'
Name: 'v1.2.9'
- Description: 'Update instance types {{ range(1, 10000) | random }}'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.2.12/ec2/sc-ec2-linux-docker.yaml'
Name: 'v1.2.12'
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ sceptre_user_data:
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.1.45/ec2/sc-ec2-linux-jumpcloud-notebook.yaml'
Name: 'v1.1.45'
- Description: 'Install packages as user {{ range(1, 10000) | random }}'
- Description: 'Install packages as user'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.2.11/ec2/sc-ec2-linux-jumpcloud-notebook.yaml'
Name: 'v1.2.11'
- Description: 'Update instance types {{ range(1, 10000) | random }}'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.2.12/ec2/sc-ec2-linux-jumpcloud-notebook.yaml'
Name: 'v1.2.12'
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ sceptre_user_data:
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.1.43/ec2/sc-ec2-windows-jumpcloud.yaml'
Name: 'v1.1.43'
- Description: 'Remove JC user to instance assocation {{ range(1, 10000) | random }}'
- Description: 'Remove JC user to instance assocation'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.1.44/ec2/sc-ec2-windows-jumpcloud.yaml'
Name: 'v1.1.44'
- Description: 'Update instance types {{ range(1, 10000) | random }}'
Info:
LoadTemplateFromURL: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/{{stack_group_config.service_catalog_library}}/v1.2.12/ec2/sc-ec2-windows-jumpcloud.yaml'
Name: 'v1.2.12'

0 comments on commit 913f1ec

Please sign in to comment.