nf-amazon @ 3.5.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.11.0-edge |
|---|---|
| Depends On | - |
| Release Date | 16 Dec 2025 15:02:01 (UTC) |
| Release Notes | - |
| Download URL | https://registry-stage.nextflow.io/api/v1/plugins/nf-amazon/3.5.1/download/nf-amazon-3.5.1.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/nf-amazon/blobs/sha256:575ab94cca079a8d5e5405edbf2724f3f8b630323ce14eb51900884eaf91a857 |
| Size | 64.9 MB |
| Checksum | 5e875ce3fbf9b3f1c2e854f35a75941900824aefdb63b9b4a669970ae6bcc62906f2b09dbcd525b78a6ee432b21eff8f22a8c0138a3901b84038901e12046dfc |
| Total downloads | 2 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 3.5.2 | >=25.11.0-edge | 16 Dec 2025 17:45:04 (UTC) | 2 | |
| 3.5.1 | >=25.11.0-edge | 16 Dec 2025 15:02:01 (UTC) | 2 | |
| 3.5.0 | >=25.11.0-edge | 16 Dec 2025 13:54:50 (UTC) | 2 | |
| 3.0.0 | >=25.06.0-edge | 06 Jul 2025 13:59:48 (UTC) | 531 | |
| 2.15.0 | >=25.03.0-edge | 08 May 2025 19:54:44 (UTC) | 107.4K | |
| 2.9.3 | >=24.10.6 | 23 Apr 2025 17:01:05 (UTC) | 10.5K | |
| 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.0K | |
| 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) | 73.3K | |
| 2.9.1 | >=24.04.4 | 18 Nov 2024 14:12:23 (UTC) | 7.8K | |
| 2.9.0 | >=24.04.4 | 02 Oct 2024 13:36:54 (UTC) | 12.2K | |
| 2.8.0 | >=24.04.4 | 04 Sep 2024 15:30:22 (UTC) | 2.5K | |
| 2.7.0 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 16.1K | |
| 2.5.3 | >=24.04.1 | 01 Aug 2024 08:44:42 (UTC) | 68.6K | |
| 2.1.4-patch3 | >=23.10.2 | 30 Jul 2024 20:07:33 (UTC) | 2.9K | |
| 2.6.0 | >=24.04.1 | 17 Jun 2024 20:45:24 (UTC) | 10.7K | |
| 2.1.4-patch2 | >=23.10.2 | 11 Jun 2024 20:00:38 (UTC) | 640 | |
| 2.1.4-patch1 | >=23.10.2 |