×

nf-amazon @ 3.10.0

Provider: nextflow-io
Claimed: 14 Sep 2025 19:57:53 (UTC)
Description: The Amazon Web Services plugin integrates Nextflow with AWS, enabling AWS Batch for distributed compute jobs and S3 for workflow data storage, with optional Fusion file system support for optimized data performance. It solves the problem of running scalable bioinformatics and data analysis pipelines on AWS infrastructure. Researchers and data engineers who want to leverage cloud computing for complex workflows would use this plugin.
Latest version: 3.10.0
Total downloads: 2.2M View trends

Amazon Web Services plugin for Nextflow

Summary

The Amazon Web Services (AWS) plugin provides support for AWS, including AWS Batch as a compute executor, S3 as a file system, and Fusion file system for high-performance data operations.

Get Started

To use this plugin, add it to your nextflow.config:

plugins {
    id 'nf-amazon'
}

Configure your AWS credentials using environment variables, AWS CLI profiles, or IAM roles. Then set up the executor and work directory:

process.executor = 'awsbatch'
process.queue = '<YOUR BATCH QUEUE>'
workDir = 's3://<YOUR BUCKET>/work'

aws {
    region = 'us-east-1'
    batch {
        cliPath = '/home/ec2-user/miniconda/bin/aws'
    }
}

Examples

Basic AWS Batch configuration

plugins {
    id 'nf-amazon'
}

process.executor = 'awsbatch'
process.queue = 'my-batch-queue'
workDir = 's3://my-bucket/work'

aws {
    region = 'eu-west-1'
    batch {
        cliPath = '/home/ec2-user/miniconda/bin/aws'
        jobRole = 'arn:aws:iam::123456789:role/MyBatchJobRole'
    }
}

Using Fusion file system

fusion {
    enabled = true
}

wave {
    enabled = true
}

process.executor = 'awsbatch'
workDir = 's3://my-bucket/work'

S3 storage options

aws {
    client {
        maxConnections = 20
        connectionTimeout = 10000
        storageEncryption = 'AES256'
    }
    region = 'us-east-1'
}

License

Apache License 2.0

Nextflow version >=26.03.4-edge
Depends On -
Release Date 19 Jun 2026 08:17:41 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-amazon/3.10.0/download/nf-amazon-3.10.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-amazon/blobs/sha256:fe8b713ea2a1ac6712dbe8e3e9fa484be5fe97790fec23f7508e1950c254fa93
Size 71.9 MB
Checksum 9bafd4a8b08e9d1ea0b41fe0a9d19f4d804901996c1e5ccd2a1dfab2b34ac3c3c3cd34ddff50a4c4bd75802ee83ac0399a47bc1a341b32fa9e8636511f7808e6
Total downloads 9.6K View trends
Security Scan
Version Nextflow version Date Status Downloads
3.10.0 >=26.03.4-edge 19 Jun 2026 08:17:41 (UTC) 9.6K
3.9.2 >=26.03.4-edge 17 Jun 2026 16:34:19 (UTC) 4.8K
3.4.5 >=25.09.2-edge 04 Jun 2026 20:49:42 (UTC) 1.3K
3.9.1 >=26.03.4-edge 11 May 2026 13:32:16 (UTC) 21.1K
3.9.0 >=26.03.4-edge 25 Apr 2026 15:26:29 (UTC) 14.9K
3.8.3 >=26.03.0-edge 20 Apr 2026 21:57:47 (UTC) 3.7K
3.8.2 >=26.03.0-edge 07 Apr 2026 21:32:26 (UTC) 11.3K
3.8.1 >=26.03.0-edge 26 Mar 2026 20:13:16 (UTC) 7.2K
3.8.0 >=26.03.0-edge 18 Mar 2026 09:06:19 (UTC) 2.8K
3.7.1 >=25.12.0-edge 28 Feb 2026 12:09:35 (UTC) 6.7K
3.7.0 >=25.12.0-edge 11 Feb 2026 20:40:08 (UTC) 5.8K
3.4.4 >=25.09.2-edge 10 Feb 2026 15:21:20 (UTC) 332.9K
3.4.3 >=25.09.2-edge 22 Jan 2026 15:37:57 (UTC) 17.8K
3.6.0 >=25.12.0-edge 19 Dec 2025 12:52:02 (UTC) 22.4K
3.5.0 >=25.11.0-edge 28 Nov 2025 21:12:16 (UTC) 9.9K
3.4.2 >=25.09.2-edge 28 Nov 2025 11:12:27 (UTC) 124.0K
3.4.1 >=25.09.2-edge 22 Oct 2025 16:29:06 (UTC) 51.4K
3.4.0 >=25.09.2-edge 21 Oct 2025 15:57:17 (UTC) 330
3.3.0 >=25.08.0-edge 08 Oct 2025 18:21:50 (UTC) 1.9K
2.15.0-patch2 >=25.03.0-edge 06 Oct 2025 21:32:22 (UTC) 24.0K
3.2.0 >=25.08.0-edge 14 Sep 2025 20:20:55 (UTC) 787
2.15.0-patch1 >=25.03.0-edge 08 Sep 2025 13:26:50 (UTC) 16.9K
3.1.0 >=25.07.0-edge 15 Aug 2025 14:35:31 (UTC) 673
3.0.0 >=25.06.0-edge 06 Jul 2025 13:59:48 (UTC) 701
2.15.0 >=25.03.0-edge 08 May 2025 19:54:44 (UTC) 125.3K
2.9.3 >=24.10.6 23 Apr 2025 17:01:05 (UTC) 13.7K
2.14.0 >=25.03.0-edge 23 Apr 2025 10:44:27 (UTC) 1.5K
2.13.0 >=25.01.0-edge 18 Mar 2025 07:32:53 (UTC) 4.4K
2.12.0 >=25.01.0-edge 12 Feb 2025 14:07:14 (UTC) 2.5K
2.11.0 >=24.12.0-edge 20 Jan 2025 16:14:18 (UTC) 1.7K
2.10.0 >=24.04.4 03 Dec 2024 10:37:59 (UTC) 4.0K
2.9.2 >=24.04.4 27 Nov 2024 21:36:51 (UTC) 80.1K
2.9.1 >=24.04.4 18 Nov 2024 14:12:23 (UTC) 9.3K
2.9.0 >=24.04.4 02 Oct 2024 13:36:54 (UTC) 12.8K
2.8.0 >=24.04.4 04 Sep 2024 15:30:22 (UTC) 2.8K
2.7.0 >=24.04.4 05 Aug 2024 21:15:43 (UTC) 16.4K
2.5.3 >=24.04.1 01 Aug 2024 08:44:42 (UTC) 72.6K
2.1.4-patch3 >=23.10.2 30 Jul 2024 20:07:33 (UTC) 3.2K
2.6.0 >=24.04.1 17 Jun 2024 20:45:24 (UTC) 11.1K
2.1.4-patch2 >=23.10.2 11 Jun 2024 20:00:38 (UTC) 804
2.1.4-patch1 >=23.10.2 28 May 2024 14:09:57 (UTC) 572
2.5.2 >=24.04.1 20 May 2024 10:03:25 (UTC) 77.0K
2.5.1 >=24.04.0-edge 14 May 2024 08:17:15 (UTC) 737
2.5.0 >=24.04.0-edge 13 May 2024 09:48:37 (UTC) 1.3K
2.4.2 >=24.01.0-edge 15 Apr 2024 09:37:53 (UTC) 6.5K
2.4.1 >=24.01.0-edge 10 Mar 2024 20:04:18 (UTC) 6.6K
2.4.0 >=24.01.0-edge 05 Feb 2024 23:26:44 (UTC) 9.1K
2.3.0 >=23.12.0-edge 26 Dec 2023 10:45:09 (UTC) 4.2K
2.2.0 >=23.11.0-edge 24 Nov 2023 21:39:43 (UTC) 4.1K
2.1.4 >=23.05.0-edge 10 Oct 2023 10:04:58 (UTC) 178.9K
2.1.3 >=23.05.0-edge 27 Sep 2023 22:21:53 (UTC) 3.6K
2.1.2 >=23.05.0-edge 10 Sep 2023 22:18:34 (UTC) 3.3K
2.1.1 >=23.05.0-edge 05 Aug 2023 15:03:56 (UTC) 8.8K
2.1.0 >=23.05.0-edge 22 Jul 2023 16:03:58 (UTC) 1.4K
2.0.1 >=23.05.0-edge 14 Jun 2023 20:44:05 (UTC) 4.5K
2.0.0 >=23.05.0-edge 15 May 2023 03:54:47 (UTC) 2.5K
1.16.2 >=23.02.0-edge 15 Apr 2023 06:16:37 (UTC) 175.7K
1.11.5 >=22.10.3 13 Apr 2023 14:32:14 (UTC) 12.1K
1.16.1 >=23.02.0-edge 01 Apr 2023 21:35:11 (UTC) 33.1K
1.16.0 >=23.02.0-edge 19 Mar 2023 18:20:11 (UTC) 1.4K
1.15.0 >=23.02.0-edge 21 Feb 2023 18:21:48 (UTC) 2.3K
1.11.4 >=22.10.3 18 Feb 2023 19:23:01 (UTC) 153.2K
1.14.0 >=23.01.0-edge 14 Jan 2023 17:44:38 (UTC) 759
1.11.3 >=22.10.3 14 Jan 2023 13:48:55 (UTC) 38.3K
1.13.0 >=22.09.2-edge 13 Dec 2022 21:59:02 (UTC) 2.3K
1.11.2 >=22.10.3 09 Dec 2022 11:12:55 (UTC) 19.9K
1.11.1 >=22.10.3 21 Nov 2022 21:43:49 (UTC) 8.1K
1.12.0 >=22.09.2-edge 21 Nov 2022 12:55:08 (UTC) 3.1K
1.11.0 >=22.09.2-edge 03 Oct 2022 14:41:05 (UTC) 107.9K
1.10.7 >=22.09.2-edge 28 Sep 2022 10:18:14 (UTC) 804
1.10.6 >=22.09.2-edge 26 Sep 2022 15:28:02 (UTC) 336
1.10.5 >=22.09.2-edge 20 Sep 2022 21:19:32 (UTC) 573
1.10.4 >=22.09.2-edge 19 Sep 2022 21:14:29 (UTC) 356
1.10.3 >=22.09.2-edge 10 Sep 2022 16:07:14 (UTC) 557
1.10.2 >=22.09.2-edge 07 Sep 2022 20:05:27 (UTC) 348
1.10.1 >=22.09.0-edge 01 Sep 2022 20:33:18 (UTC) 406
1.10.0 >=22.08.0-edge 11 Aug 2022 10:55:01 (UTC) 1.8K
1.9.0 >=22.08.0-edge 01 Aug 2022 16:54:01 (UTC) 1.0K
1.8.1 >=22.03.0-edge 13 Jul 2022 11:12:16 (UTC) 879
1.8.0 >=22.03.0-edge 25 May 2022 17:54:56 (UTC) 7.1K
1.7.2 >=22.03.0-edge 15 May 2022 12:11:31 (UTC) 98.3K
1.7.1 >=22.03.0-edge 23 Apr 2022 18:21:39 (UTC) 7.3K
1.7.0 >=22.03.0-edge 02 Apr 2022 10:29:30 (UTC) 314
1.6.0 >=22.03.0-edge 27 Mar 2022 20:06:33 (UTC) 4.3K
1.5.2 >=21.12.0-edge 24 Feb 2022 23:43:16 (UTC) 1.7K
1.5.1 >=21.12.0-edge 19 Feb 2022 12:39:54 (UTC) 269
1.5.0 >=21.12.0-edge 21 Jan 2022 16:03:38 (UTC) 786
1.4.0 >=21.12.0-edge 22 Dec 2021 05:14:10 (UTC) 23.0K
1.3.4 >=21.07.0-edge 29 Nov 2021 14:51:35 (UTC) 75.1K
1.3.3 >=21.07.0-edge 22 Nov 2021 11:42:29 (UTC) 7.5K
1.3.2 >=21.07.0-edge 18 Nov 2021 09:41:23 (UTC) 1.8K
1.3.1 >=21.07.0-edge 11 Nov 2021 18:18:29 (UTC) 2.1K
1.3.0 >=21.07.0-edge 28 Oct 2021 10:06:16 (UTC) 3.1K
1.2.2 >=21.07.0-edge 19 Oct 2021 10:23:08 (UTC) 220
1.2.1 >=21.07.0-edge 12 Oct 2021 19:35:22 (UTC) 492
1.2.0 >=21.07.0-edge 06 Aug 2021 11:06:21 (UTC) 1.8K
1.1.0 >=21.06.0-edge 03 Jul 2021 20:06:12 (UTC) 3.0K
1.0.8 >=21.03.0-edge 24 May 2021 13:56:56 (UTC) 1.4K
1.0.7 >=21.03.0-edge 13 May 2021 07:56:36 (UTC) 308
1.0.6 >=21.03.0-edge 12 May 2021 15:16:48 (UTC) 243
1.0.5 >=21.03.0-edge 02 May 2021 16:14:25 (UTC) 33.1K
1.0.4 >=21.03.0-edge 08 Apr 2021 09:13:24 (UTC) 955
1.0.3 >=21.03.0-edge 17 Mar 2021 20:43:28 (UTC) 839
1.0.2 >=21.03.0-edge 05 Mar 2021 10:49:52 (UTC) 766
1.0.1 >=21.01.0-edge 15 Jan 2021 10:44:57 (UTC) 2.9K
1.0.0 21.01.0-edge 04 Jan 2021 20:00:14 (UTC) 863