IOT to S3 bucket

0

I need to add the subscribed data from aws iot core to s3 bucket. I created the rule,role etc. But the objects are not getting added to s3 bucket. Help me

wimate
asked a year ago319 views
1 Answer
0

Hi wimate. I would guess the problem is with the IAM role that should allow s3:PutObject. But that's just a guess.

Do you have logging enabled? https://docs.aws.amazon.com/iot/latest/developerguide/configure-logging.html. If so, check for rule log entries: https://docs.aws.amazon.com/iot/latest/developerguide/cwl-format.html#rule-engine-logs. You may find an error logged there.

Alternatively, you may setup an error action for the rule to get more insight into what's going wrong: https://docs.aws.amazon.com/iot/latest/developerguide/rule-error-handling.html

profile pictureAWS
EXPERT
Greg_B
answered a year ago

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