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...
Dear Folks, I have a question regarding the following Terraform resources: ```hcl resource "aws_s3_bucket" "AHA-S3Bucket-PrimaryRegion" { count = "${var.ExcludeAccountIDs != "" ? 1 : 0}" bucket = "aha-bucket-${var.aha_primary_region}-${random_string.resource_code.result}" tags =...
**The Issue:** Currently when not using org mode AHA will report duplicate affected entities when an event has a high number of impacted entities. This is due to the `get_health_accounts`...
Since we are already "delegating admin on the member account" should we follow the "Management account guide?". Keep in mind, that the links for steps #4 and #5 are broken....
is_enabled is deprecated. Terraform 1.8.3 recommends using 'state' instead. **Terraform version:** 1.8.3 **AHA Version:** 2.2.2 **Affected Resources** aws_cloudwatch_event_rule **Expected Behavior** terraform validate or plan should complete without warnings **Actual Behavior**...
https://developers.google.com/workspace/chat/quickstart/webhooks https://cloud.google.com/workflows/docs/notify-google-chat *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...
Not an issue, but rather a question. Correct me if I'm wrong, with the launch of [AWS User Notifications](https://aws.amazon.com/notifications/) in 2023, it seems the need for this solution has largely...
From the code mentioned they write for webhook for all communication channels except email, but for workflows they are made the script only for slack only. Need to a workflow...
Hi, Currently the `HealthAwareStack-LambdaFunction` function that sends AHA data to Slack looks for the following `"hooks.slack.com/workflows"` & `"hooks.slack.com/services"` with the URL provided in the CFN parameter `SlackWebhookURL` and used in...
CF cannot deploy this stack in non-"aws" partitions. Please replace partition names in arns in the CF_DEPLOY_AHA.yml with the ${AWS::Partition} pseudo param.
*Issue #, if available:* https://github.com/aws-samples/aws-health-aware/issues/110 *Description of changes:* Add an env var `FilterResolvedResources` to filter out resources that are in a `resolved` state. By submitting this pull request, I confirm...