AWS mwaa documentation change
Summary
Added documentation history entries for new webserver access mode and Apache Airflow v3.2.1 support
Security assessment
The change notes the addition of the 'Both public and private network access' security feature but doesn't address a specific vulnerability. It's a routine documentation update.
Diff
diff --git a/mwaa/latest/userguide/doc-history.md b/mwaa/latest/userguide/doc-history.md index 1e9e98a73..6f2703f7c 100644 --- a//mwaa/latest/userguide/doc-history.md +++ b//mwaa/latest/userguide/doc-history.md @@ -12,0 +13,14 @@ Change| Description| Date +New webserver access mode| Amazon MWAA now supports a third webserver access mode, **Both public and private network access** , for environments running Apache Airflow v3.2.1 and later. This mode creates both a public network load balancer for browser access to the Apache Airflow UI and a private VPC endpoint for worker-to-webserver communication, allowing workers to reach the webserver in VPCs without internet access. + + * [Apache Airflow access modes](./configuring-networking.html) + * [About networking on Amazon MWAA](./networking-about.html) + +| May 26, 2026 +New Apache Airflow version| Amazon MWAA now supports Apache Airflow v3.2.1. This update includes information about updated provider packages, details about using Apache Airflow v3.2.1 on Amazon MWAA, a new section on unsupported Apache Airflow configuration options, and a new database cleanup code sample for Apache Airflow v3. + + * [Apache Airflow versions on Amazon Managed Workflows for Apache Airflow](./airflow-versions.html) + * [Version-specific provider packages](./connections-packages.html#connections-packages-table) + * [Unsupported configurations](./configuring-env-variables.html#configuring-env-variables-unsupported) + * [Aurora PostgreSQL database cleanup on an Amazon MWAA environment](./samples-database-cleanup.html) + +| May 19, 2026