AWS Security ChangesHomeSearch

AWS mwaa documentation change

Service: mwaa · 2025-08-28 · Documentation low

File: mwaa/latest/userguide/best-practices-dependencies.md

Summary

Updated documentation wording from 'see' to 'refer to' in multiple sections for consistency

Security assessment

Changes are purely terminological (replacing 'see' with 'refer to') without altering technical content or addressing security vulnerabilities. No security implications identified.

Diff

diff --git a/mwaa/latest/userguide/best-practices-dependencies.md b/mwaa/latest/userguide/best-practices-dependencies.md
index 5e50d53da..fa94b7854 100644
--- a//mwaa/latest/userguide/best-practices-dependencies.md
+++ b//mwaa/latest/userguide/best-practices-dependencies.md
@@ -48 +48 @@ This topic describes how to install and manage Python dependencies in a `require
-  * To run the CLI, see the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
+  * To run the CLI, refer to the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
@@ -64 +64 @@ Apache Airflow v2
-  1. **Test locally**. Add additional libraries iteratively to find the right combination of packages and their versions, before creating a `requirements.txt` file. To run the Amazon MWAA CLI utility, see the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
+  1. **Test locally**. Add additional libraries iteratively to find the right combination of packages and their versions, before creating a `requirements.txt` file. To run the Amazon MWAA CLI utility, refer to the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
@@ -66 +66 @@ Apache Airflow v2
-  2. **Review the Apache Airflow package extras**. To view a list of the packages installed for Apache Airflow v2 on Amazon MWAA, see [Amazon MWAA local runner `requirements.txt`](https://github.com/aws/aws-mwaa-local-runner/blob/main/docker/config/requirements.txt) on the GitHub website.
+  2. **Review the Apache Airflow package extras**. To view a list of the packages installed for Apache Airflow v2 on Amazon MWAA, refer to [Amazon MWAA local runner `requirements.txt`](https://github.com/aws/aws-mwaa-local-runner/blob/main/docker/config/requirements.txt) on the GitHub website.
@@ -74 +74 @@ In the following example, replace `{environment-version}` with your environment'
-For information on the version of Python compatible with your Apache Airflow environment, see [Apache Airflow Versions](./airflow-versions.html#airflow-versions-official).
+For information on the version of Python compatible with your Apache Airflow environment, refer to [Apache Airflow Versions](./airflow-versions.html#airflow-versions-official).
@@ -78 +78 @@ For information on the version of Python compatible with your Apache Airflow env
-If the constraints file determines that `xyz==1.0` package is not compatible with other packages in your environment, `pip3 install` will fail in order to prevent incompatible libraries from being installed to your environment. If installation fails for any packages, you can view error logs for each Apache Airflow component (the scheduler, worker, and web server) in the corresponding log stream on CloudWatch Logs. For more information on log types, see [Viewing Airflow logs in Amazon CloudWatch](./monitoring-airflow.html).
+If the constraints file determines that `xyz==1.0` package is not compatible with other packages in your environment, `pip3 install` will fail in order to prevent incompatible libraries from being installed to your environment. If installation fails for any packages, you can view error logs for each Apache Airflow component (the scheduler, worker, and web server) in the corresponding log stream on CloudWatch Logs. For more information on log types, refer to [Viewing Airflow logs in Amazon CloudWatch](./monitoring-airflow.html).
@@ -105 +105 @@ Apache Airflow v1
-  1. **Test locally**. Add additional libraries iteratively to find the right combination of packages and their versions, before creating a `requirements.txt` file. To run the Amazon MWAA CLI utility, see the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
+  1. **Test locally**. Add additional libraries iteratively to find the right combination of packages and their versions, before creating a `requirements.txt` file. To run the Amazon MWAA CLI utility, refer to the [aws-mwaa-local-runner](https://github.com/aws/aws-mwaa-local-runner) on GitHub.
@@ -267 +267 @@ The following section describes how to install an Apache Airflow extra that's ho
-The [execution role](./mwaa-create-role.html) for your Amazon MWAA environment needs permission to send logs to CloudWatch Logs. To update the permissions of an execution role, see [Amazon MWAA execution role](./mwaa-create-role.html).
+The [execution role](./mwaa-create-role.html) for your Amazon MWAA environment needs permission to send logs to CloudWatch Logs. To update the permissions of an execution role, refer to [Amazon MWAA execution role](./mwaa-create-role.html).