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...
Hi, SES send_email call should have the SendArn parameter. In the organizational context, SES identities are often defined on a dedicated aws account https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ses/client/send_email.html https://github.com/aws-samples/aws-health-aware/blob/eae99ccd61f906dac22c94bd1464ba423864cfaa/handler.py#L267-L283
Add support for ingesting AWS health alerts across organizations into Splunk.
[README.md](https://github.com/aws-samples/aws-health-aware/files/11709107/README.md) Line 255 : 9. In the *Outputs* tab, there will be a value for *AWSHealthAwareRoleForPHDEventsArn* (e.g. arn:aws:iam::000123456789:role/aha-org-role-AWSHealthAwareRoleForPHDEvents-ABCSDE12201), copy that down as you will need it for step 16. Should...
The `template` provider is deprecated by Hashicorp and `templatefile` or `file` functions are recommended to be used instead.
Our cloudtrail alarming is reporting this error when deploying the lambda with only a slack url. ` arn:aws:sts::xxx:assumed-role/AHA-LambdaExecutionRole-ejo5owz1/AHA-LambdaFunction-ejo5owz1 called GetSecretValue but failed due to AccessDenied` Cause: IAM Policy is only...
because *.py scripts are in the root folder i cannot use terraform code as a module: source github.com/aws-samples/aws-health-aware//terraform/Terraform_DEPLOY_AHA?ref=v2.01 so i cant store configuration in my source code - need to...
Just to ensure we aren't about to reinvent a wheel, is anyone aware of an existing method to direct different messages to different webhooks based on (ideally) account name? We...
Getting this error when I go to deploy the solution in a member account that belongs to AWS Organization. Member account does have business support plan. [ERROR] ClientError: An error...
Remove-issue-as-AWSHealthEventType
Would it be possible to have a way to easily customize the delivery based on custom metadata or perhaps AWS Organizations Account Tags to send emails to custom addresses on...