AWS mwaa documentation change
Summary
Updated documentation references from 'see' to 'refer to' for consistency in multiple sections
Security assessment
Changes are limited to improving cross-reference phrasing. No security configurations, vulnerabilities, or features were modified or added. The content about private network access and IAM policies remains unchanged except for reference wording.
Diff
diff --git a/mwaa/latest/userguide/configuring-networking.md b/mwaa/latest/userguide/configuring-networking.md index f71e14e0d..107f1c998 100644 --- a//mwaa/latest/userguide/configuring-networking.md +++ b//mwaa/latest/userguide/configuring-networking.md @@ -60 +60 @@ 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). @@ -92 +92 @@ If you chose the **Private network** access mode for your Apache Airflow _Web se -To learn more, see [Example use cases for an Amazon VPC and Apache Airflow access mode](./networking-about.html#networking-about-network-usecase). +To learn more, refer to [Example use cases for an Amazon VPC and Apache Airflow access mode](./networking-about.html#networking-about-network-usecase). @@ -106 +106 @@ You'll need to take the following steps to configure access for your users, and -You can add permission to use additional actions for these services, or to use other AWS services by adding permissions to your execution role. To learn more, see [Amazon MWAA execution role](./mwaa-create-role.html). +You can add permission to use additional actions for these services, or to use other AWS services by adding permissions to your execution role. To learn more, refer to [Amazon MWAA execution role](./mwaa-create-role.html). @@ -108 +108 @@ You can add permission to use additional actions for these services, or to use o - 2. **Create user policies**. You may need to create multiple IAM policies for your users to configure access to your environment and Apache Airflow UI. To learn more, see [Accessing an Amazon MWAA environment](./access-policies.html). + 2. **Create user policies**. You may need to create multiple IAM policies for your users to configure access to your environment and Apache Airflow UI. To learn more, refer to [Accessing an Amazon MWAA environment](./access-policies.html). @@ -119 +119 @@ If you choose the **Private network** option for your Apache Airflow _Web server -You can add permission to use additional actions for these services, or to use other AWS services by adding permissions to your execution role. To learn more, see [Amazon MWAA execution role](./mwaa-create-role.html). +You can add permission to use additional actions for these services, or to use other AWS services by adding permissions to your execution role. To learn more, refer to [Amazon MWAA execution role](./mwaa-create-role.html). @@ -121 +121 @@ You can add permission to use additional actions for these services, or to use o - 2. **Create user policies**. You may need to create multiple IAM policies for your users to configure access to your environment and Apache Airflow UI. To learn more, see [Accessing an Amazon MWAA environment](./access-policies.html). + 2. **Create user policies**. You may need to create multiple IAM policies for your users to configure access to your environment and Apache Airflow UI. To learn more, refer to [Accessing an Amazon MWAA environment](./access-policies.html). @@ -132 +132 @@ If you've chosen the **Private network** option, you'll need to create a mechani -To learn more, see [Managing access for VPC endpoints](https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-vpe-access.html). +To learn more, refer to [Managing access for VPC endpoints](https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-vpe-access.html).