What policies use for AWS IoT core with sns and dynamoDB

0

I want create a architecture, inside to Learner Lab, but I don't know what police use, because inside of Learned Lab, I can't create role. I'm try do this my thing(temperature) send a message to IoT core and save IoT data inside to dynamoDB if temperature > 30 send a message from iot to sns

  • Can you share a link to Learner Lab? Not familiar with that one. As for AWS IoT Rules, an assumed role is needed to allow AWS IoT (iot) to interact with other services. With more details on the Learner Lab, I can provide guidance.

1개 답변
0
수락된 답변

Here is an example of Granting an AWS IoT rule the access it requires and for specific services it is listed here https://docs.aws.amazon.com/iot/latest/developerguide/iot-rule-actions.html

Example

SNS

An IAM role that AWS IoT can assume to perform the sns:Publish operation. For more information, see Granting an AWS IoT rule the access it requires.

In the AWS IoT console, you can choose or create a role to allow AWS IoT to perform this rule action.

DynamoDB

An IAM role that AWS IoT can assume to perform the dynamodb:PutItem operation. For more information, see Granting an AWS IoT rule the access it requires.

profile pictureAWS
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠