aws-health-aware
aws-health-aware copied to clipboard
AHA is an incident management & communication framework to provide real-time alert customers when there are active AWS event(s). For customers with AWS Organizations, customers can get aggregated acti...
*Description of changes:* When deploying to an Organisation member account, in a single region, using Terraform there is an error: ``` │ Error: error creating Secrets Manager Secret: InvalidParameterException: Invalid...
Could you please update the docs a bit just to clarify the following, I think it might be useful for other people: 1. When enabling the Health API, when referring...
*Issue #, if available:* *Avoid Duplicate In Global Notification* What I saw is that AHA organization account send multiple events with the same arn but different timestamps and differents AffectedAccountId....
Calling the "ignored accounts" file a CSV is a bit confusing. I put all the accounts on one line, separated by commas, and it didnt work. I looked at the...
The [Creating a Slack Webook](https://github.com/aws-samples/aws-health-aware#creating-a-slack-webhook-url) URL section has an typo in the [example image for the workflow option](https://github.com/aws-samples/aws-health-aware/blob/main/readme-images/workflow.png?raw=1): The `status` variable is duplicated against the both the `start_time` and the...
When deploying AHA in multi-region mode, I am getting the error: ```python [ERROR] KeyError: 'ACCOUNT_IDS' Traceback (most recent call last): File "/var/task/handler.py", line 872, in main describe_org_events(health_client) File "/var/task/handler.py", line...
*Issue #22* - Broken multi-region deployment *Description of changes:* * Adds ACCOUNT_IDS as an environment variable to the secondary region lambda. * Fixes Lambda IAM role to allow secondary region...
*Issue #, if available:* *Description of changes:* * fixed some numbering issues in some lists * clarified some variable names
This is an attempt to fix the issue reported in issue: https://github.com/aws-samples/aws-health-aware/issues/16 *Description of changes:* Setting the boto config via a lookup done at the global level of file means...
Is there an issue with the way the lookup of the name is set as a global variable in the Lambda? I might be lacking in knowledge of how lambda...