Billing of 'triggers'

1

Rules triggered: $0.15 (per million rules triggered / per million actions executed)

Does 'triggered' mean a rule matched? In other words if the rule is a 'select' and it didn't match the WHERE clause, does that count as a 'triggering' in terms of pricing? It takes CPU cycles to process those rules, even if they don't result in a match. It seems wrong to me that would be free.

profile picture
wz2b
已提问 2 年前182 查看次数
1 回答
1
已接受的回答

"Triggered" means that a message is received on the topic that the rule is subscribed to. So the FROM is a match. Hence your intuition is correct: even if the WHERE clause evaluates to false, it's still a trigger because the matching topic caused an evaluation to occur. And you will be metered for at least one action:

https://aws.amazon.com/iot-core/pricing/additional-details/#Rules_Engine

A rule that is triggered will always meter, at minimum, one rule and one action. For example, a 5kb message that triggers one rule will meter one rule and one action even if it does not invoke any corresponding actions.

profile pictureAWS
专家
Greg_B
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则