nf-amazon @ 3.10.1
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 | 18 Aug 2026 15:12:16 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-amazon/3.10.1/download/nf-amazon-3.10.1.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-amazon/blobs/sha256:436686572aa18426daf41c1f926a2d4761f5a624c9a5f4f80a00018c17a34bc9 |
| Size | 76.1 MB |
| Checksum | 4423a7d0a5ae5897373909c2b3ec6cba68a63625fd22cffbe71647a53f4f79aab165bcdfafede1d53361c048463981776a122188658a02f09703475333d9a718 |
| Total downloads | 0 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 3.10.1 | >=26.07.0-edge | 18 Aug 2026 15:12:16 (UTC) | 0 | |
| 3.6.0 | >=25.11.0-edge | 13 Dec 2025 12:58:40 (UTC) | 4 | |
| 3.4.1 | >=25.09.2-edge | 24 Oct 2025 09:20:01 (UTC) | 2 | |
| 3.4.0 | >=25.08.0-edge | 08 Oct 2025 13:32:31 (UTC) | 2 | |
| 3.3.0 | >=25.08.0-edge | 07 Oct 2025 16:22:46 (UTC) | 2 | |
| 3.2.0 | >=25.08.0-edge | 14 Sep 2025 19:39:39 (UTC) | 2 | |
| 3.1.0 | >=25.07.0-edge | 15 Aug 2025 14:35:31 (UTC) | 106 | |
| 3.0.0 | >=25.06.0-edge | 06 Jul 2025 13:59:48 (UTC) | 620 | |
| 2.15.0 | >=25.03.0-edge | 08 May 2025 19:54:44 (UTC) | 131.3K | |
| 2.9.3 | >=24.10.6 | 23 Apr 2025 17:01:05 (UTC) | 15.1K | |
| 2.14.0 | >=25.03.0-edge | 23 Apr 2025 10:44:27 (UTC) | 1.4K | |
| 2.13.0 | >=25.01.0-edge | 18 Mar 2025 07:32:53 (UTC) | 4.2K | |
| 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.6K | |
| 2.10.0 | >=24.04.4 | 03 Dec 2024 10:37:59 (UTC) | 3.9K | |
| 2.9.2 | >=24.04.4 | 27 Nov 2024 21:36:51 (UTC) | 83.8K | |
| 2.9.1 | >=24.04.4 | 18 Nov 2024 14:12:23 (UTC) | 8.7K | |
| 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.7K | |
| 2.7.0 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 16.3K | |
| 2.5.3 | >=24.04.1 |