AWS mwaa documentation change
Summary
Added documentation for new 'Both public and private network access' mode
Security assessment
Documents a new security feature (hybrid network access mode) that allows public UI access while keeping worker-webserver communication private. No vulnerability addressed, but explicitly adds security feature documentation.
Diff
diff --git a/mwaa/latest/userguide/update-environment.md b/mwaa/latest/userguide/update-environment.md index d5bf07431..74ef48b2b 100644 --- a//mwaa/latest/userguide/update-environment.md +++ b//mwaa/latest/userguide/update-environment.md @@ -136,0 +137,2 @@ Choose the **Private network** option if your Apache Airflow UI is only accessed + 3. **Both public and private network access**. Available for Apache Airflow version 3.2.1 and later. This allows the Apache Airflow UI to be accessed over the internet, while workers communicate with the webserver through a private VPC endpoint. Choose this option if the Amazon VPC hosting your environment lacks internet access. +