You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create EFS attached AWS batch, you have to set EFS access point and multi-regional EFS. For example, if AWS batch has a specific region subnet (us-east1a, us-east1b or more), EFS also should be set network in the same VPC, proper security group in specific subnet region. Next, each subfolder in EFS is linked with a specific access point with a proper IAM role with client policy(ex: AmazonElasticFileSystemClientFullAccess). After all this, you can finally create the configuration JSON like above:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When you create EFS attached AWS batch, you have to set EFS access point and multi-regional EFS. For example, if AWS batch has a specific region subnet (us-east1a, us-east1b or more), EFS also should be set network in the same VPC, proper security group in specific subnet region. Next, each subfolder in EFS is linked with a specific access point with a proper IAM role with client policy(ex: AmazonElasticFileSystemClientFullAccess). After all this, you can finally create the configuration JSON like above:
multiple_sclerosis_proj/aws_module/batch_deployment/deg_pipeline_batch/container_configure.json
Lines 13 to 32 in bb13318
Beta Was this translation helpful? Give feedback.
All reactions