AWS mwaa documentation change
Summary
Added clarification note about Private network mode vs Both modes, updated image descriptions and references
Security assessment
Changes clarify network access modes but don't address vulnerabilities. Updates are terminological (e.g., 'private webserver' to 'Private network access') and add informational notes about when VPN is required.
Diff
diff --git a/mwaa/latest/userguide/tutorials-private-network-vpn-client.md b/mwaa/latest/userguide/tutorials-private-network-vpn-client.md index 2ad0b7249..2befe9a1b 100644 --- a//mwaa/latest/userguide/tutorials-private-network-vpn-client.md +++ b//mwaa/latest/userguide/tutorials-private-network-vpn-client.md @@ -12,0 +13,4 @@ This tutorial walks you through the steps to create a VPN tunnel from your compu +###### Note + +This tutorial applies to the **Private network** access mode. If you chose **Both public and private network access** , you do not need a VPN to access the Apache Airflow UI since it is accessible over the internet. + @@ -48 +52 @@ This tutorial assumes you've chosen the **Private network** access mode for your - + @@ -52 +56 @@ The private network access mode limits access to the Apache Airflow UI to users -When you create an environment with private webserver 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). +When you create an environment with **Private network** 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). @@ -56 +60 @@ The following image depicts where to find the **Private network** option on the - +