xmoulin

Results 3 comments of xmoulin

Thanks for this post. I spend 2 hours before asking Google ans found this page! Thanks all for sharing. Thanks @UrizielTSD for your POST. I miss to kick the $aws......

Maybe you have 2 client with the same client ID. Or you subscribe to a topic not allowed by your policy...

Try with a Policy "Full access" like this: ``` { "Version": "2012-10-17", "Statement": [ { "Action": [ "iot:*" ], "Resource": [ "arn:aws:iot:eu-west-1:672xxxxxxxx2:*" ], "Effect": "Allow" } ] } ``` ----...