Skip to content

Releases: aws-samples/aws-health-aware

2.2.2 Account Name and Secrets Manager lookup efficiency + Terraform and doc updates

12 Mar 01:00
4deb4d3
Compare
Choose a tag to compare

What's Changed

  • Update README.md - remove Terraform instruction from CloudFormation s… by @andrewcr7 in #58
  • Improve terraform path module by @mukitaro in #62
  • Update Lambda to not make API calls to Secrets Manager if secret is not configured. by @pbraz-aws in #74
  • Issue 72 Fix Moving Account Name Lookup by @gdougaws in #78

New Contributors

Full Changelog: 2.2.1...2.2.2

2.2.1 Upgrade runtime from Python 3.8 to 3.11

03 Aug 18:24
Compare
Choose a tag to compare

Boto3 SDK had a breaking change for the health api, version 3.11 has a newer boto3 version that includes the fix.

2.2 New Eventbridge Schema and Terraform Fixes

12 Jan 20:19
Compare
Choose a tag to compare

Release 2.2 introduces an updated schema for Health events delivered to an EventBridge bus. This allows simplified matching of events which you can then consume with other AWS services or SaaS solutions.

2.01

10 Aug 16:31
Compare
Choose a tag to compare

AHA 2.1 Beta Release with updated eventbridge schema and examples posted. This will allow customers to have EventBridge be the point for endpoint connection, filtering, etc.

Multi-region support

30 Aug 22:26
Compare
Choose a tag to compare

AHA now support Multi-Region deployments

Fix for email only & assume role

13 Aug 00:25
Compare
Choose a tag to compare

Fixed a bug where if you were only doing email as an endpoint AND were using the assumerole function, the Lambda would not have the required permissions in the IAM policy.

New features and multi-region beta

08 Jul 22:38
Compare
Choose a tag to compare

New features include:

  • Multi-region (in the multi-region beta folder)
  • Exclude accounts
  • Add account name to an account ID
  • If running in non-org mode, will send the account # and resource(s) if available
  • AssumeRole (moved out of beta, so not really new)
  • Support for the investigation event type
  • Ability to work with Slack Workflows now

Email only bug fix

11 Mar 21:32
Compare
Choose a tag to compare

As pointed out in #1 if a user ONLY selects email as an endpoint, the IAM policy fails. This was due to the IAM policy condition for secrets. Chime, Slack, Eventbridge and Teams are all stored as secrets. If none of those endpoints are created, the resources for the policy are null and thus give the error: "Policy statement must contain resources".

Solution was to create another condition that verifies if any combination of secrets conditions were met and if true, add that particular permission to the overall policy.

Initial Deployment

09 Mar 01:11
Compare
Choose a tag to compare

Initial Deployment for AWS Health Aware (AHA)