Skip to content

Commit

Permalink
Merge pull request #327 from Sage-Bionetworks-Workflows/bwmac/live_up…
Browse files Browse the repository at this point in the history
…grade

Adds Role ARN for ECR Access
  • Loading branch information
BWMac authored Jun 24, 2024
2 parents 5962bc7 + 923ffeb commit 0424fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/nextflow-ecs-task-definition.j2
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Resources:
TowerTask:
Type: AWS::ECS::TaskDefinition
Properties:
ExecutionRoleArn: !Sub 'arn:aws:iam::${AWS::AccountId}:role/EcsTaskExecutionRole'
NetworkMode: bridge
Volumes:
- Name: !Ref EfsVolumeName
Expand Down

0 comments on commit 0424fe3

Please sign in to comment.