From c02e58c7b8e44ab6afc0d1a6480a7040344bae8d Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Mon, 6 May 2024 10:18:59 +0200 Subject: [PATCH] Fix docs formatting [ci skip] Signed-off-by: Paolo Di Tommaso --- docs/aws.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/aws.md b/docs/aws.md index 46b117041e..7e4117de31 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -85,7 +85,8 @@ 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" @@ -93,6 +94,7 @@ Note: If you are running Fargate or Fargate Spot, you may need the following pol "ecs:ListClusters" "ec2:DescribeSubnets" ``` +::: ### S3 policies