docs(aws-cloud): document Seqera Intelligent Compute IAM permissions#1382
Open
pditommaso wants to merge 11 commits intomasterfrom
Open
docs(aws-cloud): document Seqera Intelligent Compute IAM permissions#1382pditommaso wants to merge 11 commits intomasterfrom
pditommaso wants to merge 11 commits intomasterfrom
Conversation
Add a new "Seqera Intelligent Compute" section to the AWS Cloud compute environment docs (cloud + enterprise) describing the optional capability that offloads Nextflow tasks to a Seqera-managed Amazon ECS cluster, and the additional IAM policy required to enable it. The policy mirrors the seqera-sched compute policy: every action that AWS allows to be scoped by ARN is restricted to the seqera-sched-* prefix, with the remaining Resource "*" entries reserved for AWS APIs that don't support resource-level permissions.
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cristianrcv
approved these changes
May 4, 2026
jonmarti
approved these changes
May 4, 2026
The scheduler never calls DeleteSecurityGroup. The security group it manages has a static name (seqera-sched-ecs) shared across clusters in the region and is not torn down per-cluster.
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Stefano Boriero <stefano.boriero@gmail.com>
stefanoboriero
approved these changes
May 8, 2026
Contributor
Author
|
Has this been aligned to https://github.com/seqeralabs/sched/pull/344? there has been recent changes |
Contributor
|
It's not aligned with the change in the permission scoping and reshuffling of the permissions around statements, only has the one of the missing permissions as it was raised as missing in a previous comment here #1382 (comment). I will copy paste the new structure from the sched pr to this one |
Contributor
|
Done in 069690b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a new Seqera Intelligent Compute section to the AWS Cloud compute environment docs (cloud + enterprise), documenting the optional capability that offloads Nextflow tasks to a Seqera-managed Amazon ECS cluster, and the additional IAM policy required to enable it.
The new section explains:
seqera-sched-prefix and are torn down automatically.seqera-sched-compute-policy) that must be attached to the IAM user/role used by Seqera, in addition to the base AWS Cloud permissions.seqera-sched-*resources) and which remainResource: "*"(AWS APIs that don't support resource-level permissions).ASGEC2Operations/ASGManagementfor ASG-backed clusters,CostExplorerfor Cost Analysis).Files changed
platform-cloud/docs/compute-envs/aws-cloud.mdplatform-enterprise_docs/compute-envs/aws-cloud.mdThe new section is placed between AWS credential options / Required permissions and Managed Amazon Machine Image (AMI) in both docs.
Test plan
<details>block, JSON syntax highlighting,:::noteadmonition).#required-platform-iam-permissions(cloud) and#required-permissions(enterprise) resolve correctly from the new section's cross-link.seqera-sched-compute-policyshipped with the scheduler.