[ECS] [request]: include cluster ARN in ECS service deployment state change events
- Dominant language
- Shell
- Stars
- 5.4k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
**Tell us about your request**
Include Cluster ARN in [ECS service deployment state change events](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_cwe_events.html#ecs_service_deployment_events)
**Which service(s) is this request for?**
ECS
**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?**
I'd like to react to service deployment events on specific clusters, but I can't create a rule for a specific cluster.
**Are you currently working around this issue?**
I need to accept events from all clusters and filter it using custom code in my event target.
**Additional context**
[ECS service action events](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_cwe_events.html#ecs_service_events) _do_ include a `["detail"]["clusterArn"]` key which can be used for filtering. It would be great to have that on the deploy events as well.
Contributor guide
Assessment
This issue has not been assessed yet.