AWS Security ChangesHomeSearch

AWS omics documentation change

Service: omics · 2025-04-20 · Documentation low

File: omics/latest/dev/private-workflows.md

Summary

Updated documentation with new sections about call caching, workflow versions, and regional sharing constraints. Added versioning details and modified deletion references.

Security assessment

Adds documentation about workflow version immutability and regional sharing limitations, which have security implications for data provenance and access control. However, these are feature explanations rather than vulnerability fixes.

Diff

diff --git a/omics/latest/dev/private-workflows.md b/omics/latest/dev/private-workflows.md
index 76a5fd1a9..ed798acbe 100644
--- a//omics/latest/dev/private-workflows.md
+++ b//omics/latest/dev/private-workflows.md
@@ -13 +13 @@ HealthOmics workflows provide the following optional features:
-  * **Run groups** – You can add private workflows to a run group to control compute usage. A _run group_ is a collection of workflow runs that share a set of resource limits, such as maximum concurrent runs and maximum run duration. You set these limits to control the compute resources that the run group consumes. 
+  * **[Run groups](./creating-run-groups.html)** – You can add private workflows to a run group to control compute usage. A _run group_ is a collection of workflow runs that share a set of resource limits, such as maximum concurrent runs and maximum run duration. You set these limits to control the compute resources that the run group consumes. 
@@ -15 +15,5 @@ HealthOmics workflows provide the following optional features:
-  * **Workflow sharing** – You can share your private workflows with other AWS accounts.
+  * **[Call caching](./workflows-call-caching.html)** – You can use a call cache to save and reuse task outputs, which results in shorter run durations and compute cost savings.
+
+  * **[Sharing workflows](./sharing-workflows.html)** – You can share your private workflows with other AWS accounts in the same Region.
+
+  * **[Workflow versions](./workflow-versions.html)** – You can create versions of a private workflow. Workflow versioning provides the ability for users to choose when to start using updated functionality. Workflow versions are immutable and provide the same level of data provenance as workflows.
@@ -27,0 +32,2 @@ For full examples of how to use HealthOmics private workflows, see [ HealthOmics
+  * [Workflow versioning in HealthOmics](./workflow-versions.html)
+
@@ -30 +36 @@ For full examples of how to use HealthOmics private workflows, see [ HealthOmics
-  * [Deleting workflows and runs in HealthOmics](./deleting-workflows-and-runs.html)
+  * [Deleting runs and run groups in HealthOmics](./deleting-workflows-and-runs.html)