Cross account streaming from IoT core.

0

How can I enable data streaming across AWS IoT Core and services that don't inherently support cross-account access, without resorting to Lambda functions? (Could I Amazon managed kafka to stream data from IoT core so that the other accounts can listen or get data from that kafka?)

Ben
asked 19 days ago114 views
1 Answer
1
Accepted Answer
profile pictureAWS
EXPERT
Greg_B
answered 19 days ago
profile picture
EXPERT
reviewed 12 days ago
profile picture
EXPERT
reviewed 18 days ago
  • Could I stream data from IoT core into Amazon managed Kafka?

  • AWS IoT Core has a rule action for routing incoming MQTT messages into Kafka, and this rule action can be used with Amazon MSK: https://docs.aws.amazon.com/iot/latest/developerguide/apache-kafka-rule-action.html. That's to Kafka in the same account as AWS IoT Core.

  • @Greg_B Thanks for the reply. Can other account services access Amazon MSK?

  • I was hoping you would know. :-) I am definitely not the best person to answer that one.

  • Ok Thank you.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions