This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Releases: awslabs/service-workbench-on-aws
Releases · awslabs/service-workbench-on-aws
v5.2.9
v5.2.8
5.2.8 (2023-04-18)
Features
PropagateTagsToVolumeOnCreation: true
(#1124) (65417fb), closes /docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2- EC2 workspace root volume size can be configured (#1123) (62b8ea8)
Bug Fixes
- autostop sagemaker fix for non TRE/no study mounting (#1154) (cfa455b)
- go mod format (#1163) (358788d)
- Make SageMaker IAM policy case insensitive (#1177) (fd6f1b8)
- remove unneeded lock file (#1100) (3c030b7)
- s3 CLI command fix (#1149) (3a70970)
- sagemaker autostop (#1153) (31b6cd8)
- update env type name for sagemaker tre (#1101) (49f46df)
- upgrade code build image for target env deploy project (#1168) (d4120ff)
- upgrade golang in buildspec (#1166) (68abc3c)
5.2.7
5.2.6
5.2.5
v5.2.4
v5.2.3
v5.2.2
v5.2.0
5.2.0 (2022-06-01)
Features
-
TRE Enhancements (#993) (a843926):
- Support for Centralized AMI: Allows customers to use a centralized DevOps account for building and hosting AMIs so that these AMIs can be made available to multiple SWB installations.
enableAmiSharing
anddevopsProfile
configuration settings have been added, disabled by default. These can be overriden in yourmain/config/settings/<stage>.yml
file.
- Restrict access to data for Admin Role: The admin will be allowed to view another researchers' workspaces in the Service Workbench portal, but will not be able connect to them. This ensures the admins do not get indirect access to data sources of other users. Admins can also be restricted to being BYOB data source owners without being a BYOB study admins.
restrictAdminWorkspaceConnection
anddisableAdminBYOBSelfAssignment
configuration settings have been added, disabled by default. These can be overriden in yourmain/config/settings/<stage>.yml
file.
- Restricted data upload capabilities for Researcher Profile: Users with a researcher role will not have the ability to create a study or upload files to any study, allowing organization to have more control over the study creation and data ingestion.
disableStudyUploadByResearcher
configuration setting has been added, disabled by default. This can be overridden in yourmain/config/settings/<stage>.yml
file.
For more information about these flags, please take a look at our User Guide document.
- Support for Centralized AMI: Allows customers to use a centralized DevOps account for building and hosting AMIs so that these AMIs can be made available to multiple SWB installations.