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...
Some health events never provide an end date or closure event. We are having a difficult time determining when an event has ended or closed. What logic does the AWS...
This is an AWS question, but I figured you might know due to the nature of this project. I have recently installed AHA for our organization. I was able to...
The template_file data provider is deprecated and not available on macOS m1/m2 machines. This repo states it requires terraform 1.0+, there is a templatefile() function built into terraform 1.0+ By...
HI, We want this notification in the email, where the only option to get it via SES or event bus ARN then SNS. SES required email verification and exchange policy...
Has anyone ran into issues in getting this to work with Slack Workflows? I've created as per the docs but the workflow just reports `Received a webhook request that was...
The width of the card in Teams in wider than Teams displays:
https://github.com/aws-samples/aws-health-aware/blob/main/handler.py#L333 - it should iterate over all accounts
Description of changes: Added 'noecho' to the teams, slack and chime webhook parameters masking them from the console. At present these parameters are saved as secretmanager secrets, however the parameter...
*Issue #, if available:* Updates s3 resource to reflect aws provider upgrade to v4.0. based on https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade\#acl-argument Without this upgrade Terraform plan will result in the following error: ```` ➜...
At the moment the event types can only be filtered as "all" or "issue": https://github.com/aws-samples/aws-health-aware/blob/main/handler.py#L646-L649 It should be possible to filter these more granularly: https://docs.aws.amazon.com/health/latest/APIReference/API_EventType.html Request to allow passing in...