1 Answer
- Newest
- Most votes
- Most comments
0
- Are you looking in the MWAA logs in your S3 bucket? The logs are organized into subfolders based on the dag_id, task_id, execution_date, and try_number. The S3 bucket location can be found in the MWAA environment configuration. You can use the MWAA web interface to look at the logs. Using CLI - aws s3 ls s3://<your-mwaa-logs-bucket>/logs/ --recursive
- You can also configure MWAA to send log notifications to Amazon SNS or Amazon CloudWatch to receive real-time notifications when new logs are generated.
- You can review the MWAA cluster events. The MWAA cluster events provide information about the actions performed on the cluster, such as starting, stopping, updating, or deleting the cluster. These events can help you diagnose issues with your MWAA environment and track the status of your cluster.
- Another option is to use the AWS support and get in touch with a support personnel using the chat option. https://docs.aws.amazon.com/awssupport/latest/user/joining-a-live-chat-session.html
answered 21 days ago
Relevant content
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
I have no logs in s3 at all. Maybe because it has never started properly or maybe because I've configured everything to go to cloudwatch? Where would I find these cluster events?
Absolutely! Here's a blog on how to check the cluster metrics. https://aws.amazon.com/blogs/compute/introducing-container-database-and-queue-utilization-metrics-for-the-amazon-mwaa-environment/