Skip to content

Commit

Permalink
Fix docs formatting [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 6, 2024
1 parent 6a58c6d commit c02e58c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,16 @@ Minimal permissions policies to be attached to the AWS account used by Nextflow
"ecr:DescribeImageScanFindings"
```

Note: If you are running Fargate or Fargate Spot, you may need the following policies in addition to the listed above:
:::{note}
If you are running Fargate or Fargate Spot, you may need the following policies in addition to the listed above:
```json
"ecs:CreateCluster"
"ecs:DeleteCluster"
"ecs:DescribeClusters"
"ecs:ListClusters"
"ec2:DescribeSubnets"
```
:::

### S3 policies

Expand Down

0 comments on commit c02e58c

Please sign in to comment.