Ryan Golhar

Results 23 comments of Ryan Golhar

This works. I only needed parts of it, but still good that all is there. I recommend you make a command to output the CloudFormation template and let the user...

Is this still outstanding? I'm running into this myself.

> @golharam are you able to deploy different engine types using the same account? For example are you able to deploy one of the contexts from `https://github.com/aws/amazon-genomics-cli/tree/main/examples/gatk-best-practices-project-miniwdl`. If you are...

> > There is really no value in using more than one subnet from the same AZ as it will not give any resilience in the case of an AZ...

The subnets do in fact point to different AZs. I'm using those same subnets in other AWS applications that use Elastic LoadBalancer. I tried deploying the wdl context, but that...

They are both correct. Happy to share details privately, if that will help. subnet 1 - us-east-1d subnet 2 - us-east-1e /agc/_common/NumInfraSubnets == 2

We have run into this in the past. For instance, AWS ECR requires a log in or a vendor's docker repo requires log in. I haven't found a good way...

Really I would think the engine running the CWL step, when pulling the image, needs to be able to perform a Docker login. So providing the credentials in some manner...

StarCluster code had this. Perhaps start out with using all the ephemeral drives to create a logical volume and extend with EBS from there.