2 Answers
- Newest
- Most votes
- Most comments
0
After a few hours of scratching my head I realised it was the iotDataEndpoint. I wasn't using the ATS endpoint in my greengrass configuration.
As soon as I updated that the installation worked perfectly.
0
Hi Phil,
Is this error happening during manual provisioning, or after when you tried to connect to IoT Core with an Mqtt client? Can you also check the IoT Policy attached to your Greengrass Core Thing has the proper permissions?
{
"Effect": "Allow",
"Action": [
"iot:Publish",
"iot:Subscribe",
"iot:Receive",
"iot:Connect",
"greengrass:*"
],
"Resource": [
"*"
]
}
answered 2 years ago
Relevant content
asked 3 years ago
asked 4 years ago
