2026/05/06 - 3 updated api methods
Changes Amazon MWAA now supports a PublicAndPrivate webserver access mode. The Airflow web server is accessible over both public and private endpoints, enabling workers in VPCs without internet access to reach the Task API privately while retaining public access to the Airflow UI.
2025/05/29 - 2 updated api methods
Changes Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
2024/10/23 - 1 new api methods
Changes Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.