Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #86 from jaywang144/patch-1
Browse files Browse the repository at this point in the history
Add s3:GetObject permission to EC2 instance role
  • Loading branch information
wleepang authored Jan 31, 2020
2 parents 379f626 + a4f41e5 commit f7283d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/cromwell/cromwell-server.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Resources:
Action:
- "s3:ListBucket"
- "s3:ListAllMyBuckets"

- "s3:GetObject"

- PolicyName: !Sub CromwellServer-CloudWatch-Access-${AWS::Region}
PolicyDocument:
Expand Down

0 comments on commit f7283d7

Please sign in to comment.