- Newest
- Most votes
- Most comments
As of the last update, Amazon Managed Workflows for Apache Airflow (MWAA) does not support the classic Airflow REST API endpoints like /dags or /variables. Instead, MWAA provides a CLI endpoint that allows you to run Airflow CLI commands remotely. The CLI endpoint is accessible at https://{webserver_hostname}/aws_mwaa/cli. This endpoint allows you to interact with your MWAA environment using the Airflow CLI, which can be useful for tasks like triggering DAGs, checking the status of tasks, and more. If you need to use the classic Airflow REST API, you might need to consider running a self-managed Airflow setup. However, this would mean you would need to handle all the infrastructure management, scaling, and maintenance tasks that MWAA handles for you. Please note that Amazon is continuously updating and improving their services, so it's possible that they may add support for the classic Airflow REST API in the future. For the most accurate and up-to-date information, I recommend checking the official Amazon MWAA documentation or reaching out to Amazon support directly.
Relevant content
- asked 3 days ago
- asked 2 months ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 5 months ago