nf-amazon @ 3.10.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 | >=26.07.0-edge |
|---|---|
| Depends On | - |
| Release Date | 15 Jul 2026 17:29:19 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-amazon/3.10.1/download/nf-amazon-3.10.1.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-amazon/blobs/sha256:94d1f02a190b8561e61808ad5b5f677e7dc6b53aa28d054db3545ba55f593fcd |
| Size | 71.9 MB |
| Checksum | 35dcb0c68abee8d4b468ec78910ba292cd25a4e6351bdf6fdd45688780b8066e187d01a93cf5ee21c3fd4c0d09213fd9b44ff3a59ebc363d8e88423846967dd4 |
| Total downloads | 4.7K View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 3.10.1 | >=26.07.0-edge | 15 Jul 2026 17:29:19 (UTC) | 4.7K | |
| 3.10.0 | >=26.03.4-edge | 19 Jun 2026 08:17:41 (UTC) | 11.4K | |
| 3.9.2 | >=26.03.4-edge | 17 Jun 2026 16:34:19 (UTC) | 7.2K | |
| 3.4.5 | >=25.09.2-edge | 04 Jun 2026 20:49:42 (UTC) | 1.9K | |
| 3.9.1 | >=26.03.4-edge | 11 May 2026 13:32:16 (UTC) | 22.0K | |
| 3.9.0 | >=26.03.4-edge | 25 Apr 2026 15:26:29 (UTC) | 16.1K | |
| 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.3K | |
| 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) | 369.1K | |
| 3.4.3 | >=25.09.2-edge | 22 Jan 2026 15:37:57 (UTC) | 18.0K | |
| 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) | 127.8K | |
| 3.4.1 | >=25.09.2-edge | 22 Oct 2025 16:29:06 (UTC) | 52.4K | |
| 3.4.0 | >=25.09.2-edge | 21 Oct 2025 15:57:17 (UTC) | 336 | |
| 3.3.0 | >=25.08.0-edge | 08 Oct 2025 18:21:50 (UTC) | 1.9K | |
| 2.15.0-patch2 | >=25.03.0-edge |