AWS mwaa documentation change
Summary
Updated documentation wording from 'see' to 'refer to' for dependency management and VPN authorization rules, maintaining existing security guidance.
Security assessment
The changes are purely editorial (link reference wording). While the authorization rules section relates to security controls, the update does not introduce new security features or address specific vulnerabilities. The existing security guidance remains unchanged.
Diff
diff --git a/mwaa/latest/userguide/tutorials-private-network-vpn-client.md b/mwaa/latest/userguide/tutorials-private-network-vpn-client.md index f8da297dd..f97cbf4c5 100644 --- a//mwaa/latest/userguide/tutorials-private-network-vpn-client.md +++ b//mwaa/latest/userguide/tutorials-private-network-vpn-client.md @@ -50 +50 @@ 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). @@ -276 +276 @@ It takes several minutes for the VPC and subnet to be associated to the Client V -You need to add an authorization ingress rule using the CIDR rule for your VPC to your Client VPN. If you want to authorize specific users or groups from your Active Directory Group or SAML-based Identity Provider (IdP), see the [Authorization rules](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-rules.html) in the _Client VPN guide_. +You need to add an authorization ingress rule using the CIDR rule for your VPC to your Client VPN. If you want to authorize specific users or groups from your Active Directory Group or SAML-based Identity Provider (IdP), refer to the [Authorization rules](https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-rules.html) in the _Client VPN guide_.