Mark Schreiber

Results 51 comments of Mark Schreiber

While possible in theory there are a number of things that would need to be developed to make this work. Starting with the engines themselves. All of them are currently...

Yes, that could work although you would need some mechanism to indicate the ID of the job queue in the workflow task and the workflow engine would need to be...

Follow up with customer found that the SecurityHub detection lies with the AGCPermissionsStack (https://github.com/aws/amazon-genomics-cli/tree/main/extras/agc-minimal-permissions) which is granting access to `apigateway:*`. Currently APIGateway resources deployed by AGC don't prefix the name...

X-Ray is not really a security product but can be useful for performing debugging or optimization of API calls and distributed systems. This seems more like a developer option rather...

Hi, This looks like a bug in the generation of the script. Any chance you can share the WDL file with me? On Mon, Nov 30, 2020 at 7:35 AM...

There’s currently no way to do this. It would need to be added to the part of the code that constructs the job definition. What is the scenario requiring running...

Thanks for the feedback. Can you elaborate more on the need to be able to run a container as privileged? It could (in theory) be parameterized if required but it...

This can happen if the job fails meaning that an rc.txt file isn’t created. It would be worth looking at the CloudWatch log for the batch job. On Tue, Jul...

It may be that you’re running Cromwell 52 or later with an older AWS CloudFormation built infrastructure. Can you share which build of Cromwell you’re using and the build/ version/...