awslabs / service-workbench-on-aws

A platform that provides researchers with one-click access to collaborative workspace environments operating across teams, universities, and datasets while enabling university IT stakeholders to manage, monitor, and control spending, apply security best practices, and comply with corporate governance.
Apache License 2.0
178 stars 119 forks source link

Adding more than 4 studies to a Windows Sever 2019 VM produces an error #374

Closed servicetest closed 3 years ago

servicetest commented 3 years ago

Adding more than 4 studies to a Windows Server 2019 virtual machine produces an error

When adding 5+ studies I get the following

"1 validation error detected: Value at 'provisingParameters.7.member.value' failed to satisfy constraint: Member must have length less than or equal to 4096."

Is this a simple fix?

nguyen102 commented 3 years ago

Hi,

I'm thinking this error might be a result of the selected studies causing the IAM Policy document to exceed the maximum 4096 character limit.

In my testing I was able to launch a Windows workspace with these 5 Open Studies

Medical Segmentation Decathlon Human PanGenomics Project Nanopore Reference Human Genome COVID-19 Molecular Structure and Therapeutics Hub MIMIC-III (‘Medical Information Mart for Intensive Care’)

Can you try launching a Windows workspace with these 5 studies?

Also to confirm, that this isn't a Window specific issue, can you try launch a Sagemaker workspace with more than 4 studies?

servicetest commented 3 years ago

Thank you @nguyen102,

After working the problem I have discovered this is actually a problem with our fork.

Spinning up 8 studies in a Windows VM in the main code version appears to spin up without-error.