AWS Security ChangesHomeSearch

AWS omics documentation change

Service: omics · 2025-05-16 · Documentation low

File: omics/latest/dev/starting-a-run.md

Summary

Updated documentation about run parameters input methods, added reference to managing parameter file size, and adjusted CLI command syntax.

Security assessment

Changes focus on usability improvements and documentation structure for workflow parameters. No security-specific content was added or modified. The parameter handling guidance relates to operational best practices rather than security controls.

Diff

diff --git a/omics/latest/dev/starting-a-run.md b/omics/latest/dev/starting-a-run.md
index 418e357a8..ef4e8eab6 100644
--- a//omics/latest/dev/starting-a-run.md
+++ b//omics/latest/dev/starting-a-run.md
@@ -38 +38 @@ You specify an IAM service role when you start a run. Optionally, the console ca
-You provide run parameters in JSON format. You can enter the parameter values inline, or provide them in a JSON file.
+When you start a run, you specify run inputs in the run parameters JSON file or you can enter the parameter values inline. For information about managing the size of the run parameters JSON file, see [Managing run parameters size](./workflows-run-inputs.html#run-input-file-options).
@@ -89 +89 @@ object | "o":{"left":"a", "right":1} | In WDL, object maps to WDL Pair, Map, or
-  8. On the **Add parameter values** page, provide the workflow parameters. You can either upload a JSON file that specifies the parameters or manually enter your workflow parameters.
+  8. On the **Add parameter values** page, provide the run parameters. You can either upload a JSON file that specifies the parameters or manually enter the values.
@@ -128 +128 @@ If the parameter template for a workflow declares any required parameters, you c
-Reference the input JSON file in the AWS CLI by adding `--inputs file://<input_file.json>` to your `start-run` request. 
+Reference the input JSON file in the AWS CLI by adding `--parameters file://<input_file.json>` to your `start-run` request. For more information about run parameters, see [HealthOmics run inputs](./workflows-run-inputs.html).