nf-amazon @ 3.7.1
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 | >=25.12.0-edge |
|---|---|
| Depends On | - |
| Release Date | 28 Feb 2026 12:09:35 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-amazon/3.7.1/download/nf-amazon-3.7.1.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-amazon/blobs/sha256:3df5d6ea79c9f6f66fda59187972587ed3e2bc0ffb4b04faf62764a74e23a9ef |
| Size | 64.9 MB |
| Checksum | 303326f7331e011c6b0c83b79f8e3e8b58ab6f72bddd5e4d115e75f0ba1dc1b49be00e9ff656b7278e6bd06e717761f040354a7cc943df3fc002584ef7413c0d |
| Total downloads | 4.7K View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 3.7.1 | >=25.12.0-edge | 28 Feb 2026 12:09:35 (UTC) | 4.7K | |
| 3.7.0 | >=25.12.0-edge | 11 Feb 2026 20:40:08 (UTC) | 5.5K | |
| 3.4.4 | >=25.09.2-edge | 10 Feb 2026 15:21:20 (UTC) | 33.0K | |
| 3.4.3 | >=25.09.2-edge | 22 Jan 2026 15:37:57 (UTC) | 8.6K | |
| 3.6.0 | >=25.12.0-edge | 19 Dec 2025 12:52:02 (UTC) | 22.2K | |
| 3.5.0 | >=25.11.0-edge | 28 Nov 2025 21:12:16 (UTC) | 9.8K | |
| 3.4.2 | >=25.09.2-edge | 28 Nov 2025 11:12:27 (UTC) | 67.5K | |
| 3.4.1 | >=25.09.2-edge | 22 Oct 2025 16:29:06 (UTC) | 40.9K | |
| 3.4.0 | >=25.09.2-edge | 21 Oct 2025 15:57:17 (UTC) | 252 | |
| 3.3.0 | >=25.08.0-edge | 08 Oct 2025 18:21:50 (UTC) | 1.7K | |
| 2.15.0-patch2 | >=25.03.0-edge | 06 Oct 2025 21:32:22 (UTC) | 14.0K | |
| 3.2.0 | >=25.08.0-edge | 14 Sep 2025 20:20:55 (UTC) | 708 | |
| 2.15.0-patch1 | >=25.03.0-edge | 08 Sep 2025 13:26:50 (UTC) | 14.6K | |
| 3.1.0 | >=25.07.0-edge | 15 Aug 2025 14:35:31 (UTC) | 160 | |
| 3.0.0 | >=25.06.0-edge | 06 Jul 2025 13:59:48 (UTC) | 553 | |
| 2.15.0 | >=25.03.0-edge | 08 May 2025 19:54:44 (UTC) | 94.3K | |
| 2.9.3 | >=24.10.6 | 23 Apr 2025 17:01:05 (UTC) | 9.8K | |
| 2.14.0 | >=25.03.0-edge | 23 Apr 2025 10:44:27 (UTC) | 1.3K | |
| 2.13.0 | >=25.01.0-edge | 18 Mar 2025 07:32:53 (UTC) | 4.1K | |
| 2.12.0 | >=25.01.0-edge | 12 Feb 2025 14:07:14 (UTC) | 2.3K | |
| 2.11.0 | >=24.12.0-edge | 20 Jan 2025 16:14:18 (UTC) | 1.5K | |
| 2.10.0 | >=24.04.4 | 03 Dec 2024 10:37:59 (UTC) | 3.7K | |
| 2.9.2 | >=24.04.4 | 27 Nov 2024 21:36:51 (UTC) | 71.1K | |
| 2.9.1 | >=24.04.4 | 18 Nov 2024 14:12:23 (UTC) | 7.5K | |
| 2.9.0 | >=24.04.4 | 02 Oct 2024 13:36:54 (UTC) | 12.0K | |
| 2.8.0 | >=24.04.4 | 04 Sep 2024 15:30:22 (UTC) | 2.6K | |
| 2.7.0 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 15.6K | |
| 2.5.3 | >=24.04.1 | 01 Aug 2024 08:44:42 (UTC) | 65.8K | |
| 2.1.4-patch3 | >=23.10.2 | 30 Jul 2024 20:07:33 (UTC) | 2.8K | |
| 2.6.0 | >=24.04.1 | 17 Jun 2024 20:45:24 (UTC) | 10.7K |