AWS Security ChangesHomeSearch

AWS mwaa documentation change

Service: mwaa · 2025-10-25 · Documentation low

File: mwaa/latest/userguide/using-startup-script.md

Summary

Corrected ARN format typo, minor wording improvements in installation timeout note, and clarified PATH variable explanation.

Security assessment

Changes involve typo corrections and clarifications without introducing security-related content. The PATH variable clarification improves accuracy but does not address a security vulnerability or document security features.

Diff

diff --git a/mwaa/latest/userguide/using-startup-script.md b/mwaa/latest/userguide/using-startup-script.md
index a45d44d6a..b5b5512f0 100644
--- a//mwaa/latest/userguide/using-startup-script.md
+++ b//mwaa/latest/userguide/using-startup-script.md
@@ -142 +142 @@ If successful, Amazon MWAA returns the Amazon Resource Name (ARN) for the enviro
-        arn:aws::airflow:us-west-2:123456789012:environment/your-mwaa-environment 
+        arn:aws:airflow:us-west-2:123456789012:environment/your-mwaa-environment 
@@ -193 +193 @@ To install runtimes on specific Apache Airflow component, use `MWAA_AIRFLOW_COMP
-  * If you have configured a [private webserver](./configuring-networking.html#access-overview-private), you must either use the following condition or provide all installation files locally in order to avoid installation timeouts.
+  * If you have configured a [private webserver](./configuring-networking.html#access-overview-private), you must either use the following condition or provide all installation files locally to avoid installation timeouts.
@@ -319 +319 @@ You can use a startup script to overwrite _unreserved_ environment variables. Th
-  * `PATH` – Specifies a list of directories where the operating system searches for executable files and scripts. When a command runs in the command line, the system checks the directories in `PATH` in order to find and execute the command. When you create custom operators or tasks in Apache Airflow, you might need to rely on external scripts or executables. If the directories containing these files are not in the specified in the `PATH` variable, the tasks fail to run when the system is unable to locate them. By adding the appropriate directories to `PATH`, Apache Airflow tasks can find and run the required executables.
+  * `PATH` – Specifies a list of directories where the operating system searches for executable files and scripts. When a command runs in the command line, the system checks the directories in `PATH` to find and execute the command. When you create custom operators or tasks in Apache Airflow, you might need to rely on external scripts or executables. If the directories containing these files are not in the specified in the `PATH` variable, the tasks fail to run when the system is unable to locate them. By adding the appropriate directories to `PATH`, Apache Airflow tasks can find and run the required executables.