aws-health-aware icon indicating copy to clipboard operation
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...

Results 67 aws-health-aware issues
Sort by recently updated
recently updated
newest added

Skip alerts for some Event Types #14 In the case of noisy alerts, looking for a way to reduce the noise by excluding some event types from generating alerts. This...

*Description of changes:* Ignore all the files generated by terraform that shouldn't be committed to git By submitting this pull request, I confirm that you can use, modify, copy, and...

*Issue #, if available:* no issue *Description of changes:* **Summary** add Feishu bot channel **Detail** _README.md_ - add feishu webhook brief _messagegenerator.py_ add - func get_message_for_feishu - func get_org_message_for_feishu _handler.py_...

I am unable to deploy in multiple regions. While I have successfully deployed to us-east-1 and tested, I have since tried to add us-west-1 or us-west-2 (on separate attempts) as...

*Issue #, if available:* *Description of changes:* Example 6 had some redundant characters that lead to invalid rule-pattern. --- By submitting this pull request, I confirm that you can use,...

![event](https://github.com/aws-samples/aws-health-aware/assets/18711382/646fde2d-ff63-4f7a-af4a-614f37a72594) This is my event. statusCode="closed". But no 'endTime' in event. So my lambda is died. "messagegenerator.py line 65, in get_message_for_slack" should be modified.

On Lambda handler.py lines 702 to 709 there are calls to get secrets in case environment variables are set for channels to be communicated. (` get_secret(secret_teams_name, client) if "Teams" in...

When aha sending emails to stakeholders, the important ones like: "AWS_RDS_PLANNED_LIFECYCLE_EVENT" getting the "[Action Required]" prefix in email subject. (see pic) Is it possible to add this indication for each...

The `template` provider is [deprecated](https://registry.terraform.io/providers/hashicorp/template/latest/docs) by Hashicorp. Remove the data resource calling the template function and use calls to the builtin `file` function in the lambda_zip resource. *Issue #56:* Remove...

> Error: Incompatible provider version > > Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your current platform, darwin_arm64. > > Provider releases are separate from Terraform CLI...