Can't find CloudWatch metrics for MWAA

0

THe MWAA environment has not been updated and the CW metrics stop last week. Is there a way to debug this issue?

posta un anno fa442 visualizzazioni
1 Risposta
0

There are a few places that I would start searching to debug the issue.

1.) You can check the logs from the different containers of MWAA, to see if the item is being expressed through the logs. If there is a problem stopping the metrics from getting to CloudWatch, it will most definitely be mentioned in the logs. (Networking, permissions, etc.)

2.) You can review CloudTrail, specifically for any errors occurring from the Username: AmazonMWAA-airflow, this is the username taken by the execution role. If there are API errors in CloudTrail, this could be what is stopping your metrics from being uploaded in time.

3.) Check to ensure that your installed packages aren't causing conflicts with other dependencies or the Airflow program itself. Ensure you use a constraints line as suggested in our documentation best practices 1. This ensures that no packages get installed that can conflict with Airflow packages, or other Python packages that the environment uses (this can break functionalities, and doesn't always surface right away).

AWS
Andrew
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande