2 回答
- 最新
- 投票最多
- 评论最多
0
You can add more information to the original event (from producer) and create your own event to be handled by the consumer. Use SDK DescribeTags
with the instanceID
from the original event to Instance tags and add it to the custom event. See diagram:
┌-----------------Custom event---------------- ┐
| |
| Producer | ---- >|Event bus|------ Event does not match tags ----> | Lambda Enrich |
|
└ --------match tags------>| Consumer|
已回答 2 年前
0
Will give that a try thank you.
已回答 2 年前
Hey @RobWoodcock, Did you find the solution? we are in the same boat!
相关内容
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
Hello @Igvir,
I hope you doing well. Could you please elaborate on the diagram of how it works exactly? (I am pretty new to AWS) Did you mean need to create 3 rules? What does the mean Producer/Consumer/Lambda Enrich?
Here are my input transformers: {"account":"$.account","instance":"$.detail.instance-id","region":"$.region","state":"$.detail.state","tags":"$.Key|Value","time":"$.time"}
It would very helpful If you help me display the "instance name".
Thanks in Advance!