AWS mwaa documentation change
Summary
Updated dependency packaging instructions link phrasing
Security assessment
Minor wording change ('see' to 'refer to') in dependency management documentation without security implications.
Diff
diff --git a/mwaa/latest/userguide/vpc-vpe-create-access.md b/mwaa/latest/userguide/vpc-vpe-create-access.md index 068187383..7b029da0f 100644 --- a//mwaa/latest/userguide/vpc-vpe-create-access.md +++ b//mwaa/latest/userguide/vpc-vpe-create-access.md @@ -47 +47 @@ The private network access mode limits access to the Apache Airflow UI to users -When you create an environment with private web server access, you must package all of your dependencies in a Python wheel archive (`.whl`), then reference the `.whl` in your `requirements.txt`. For instructions on packaging and installing your dependencies using wheel, see [Managing dependencies using Python wheel](./best-practices-dependencies.html#best-practices-dependencies-python-wheels). +When you create an environment with private web server access, you must package all of your dependencies in a Python wheel archive (`.whl`), then reference the `.whl` in your `requirements.txt`. For instructions on packaging and installing your dependencies using wheel, refer to [Managing dependencies using Python wheel](./best-practices-dependencies.html#best-practices-dependencies-python-wheels).