nf-amazon @ 3.6.0
nf-amazon
This plugin provides support for Amazon Web Services (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'
}
Resources
License
| Nextflow version | >=25.11.0-edge |
|---|---|
| Depends On | - |
| Release Date | 13 Dec 2025 12:58:40 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-amazon/3.6.0/download/nf-amazon-3.6.0.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-amazon/blobs/sha256:5b60245bcd1636fb97eec7093587ba66c8422e0e74e2e777eecd9941924d22a3 |
| Size | 64.9 MB |
| Checksum | a0f93e75bf67151a8b9f2c65ffe6135b176720a083729f0c8c53f3c9f0f51ffc8c282e7f5d6d065111adc156ddf0265b9979b3a45b93d0bc220de4ec627875d3 |
| Total downloads | 4 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 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) | 87 | |
| 3.0.0 | >=25.06.0-edge | 06 Jul 2025 13:59:48 (UTC) | 585 | |
| 2.15.0 | >=25.03.0-edge | 08 May 2025 19:54:44 (UTC) | 123.9K | |
| 2.9.3 | >=24.10.6 | 23 Apr 2025 17:01:05 (UTC) | 13.5K | |
| 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.1K | |
| 2.12.0 | >=25.01.0-edge | 12 Feb 2025 14:07:14 (UTC) | 2.4K | |
| 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.9K | |
| 2.9.2 | >=24.04.4 | 27 Nov 2024 21:36:51 (UTC) | 79.4K | |
| 2.9.1 | >=24.04.4 | 18 Nov 2024 14:12:23 (UTC) | 8.6K | |
| 2.9.0 | >=24.04.4 | 02 Oct 2024 13:36:54 (UTC) | 12.7K | |
| 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) | 16.3K | |
| 2.5.3 | >=24.04.1 | 01 Aug 2024 08:44:42 (UTC) | 72.2K | |
| 2.1.4-patch3 | >=23.10.2 |