...
Before configuring IoT Bridge (IBSNOW), you must register a 'thing' connection in AWS IoT Core. Begin by browsing to AWS IoT Core in your AWS account. Make sure you are in the same AWS region that you have already deployed IBSNOW to. Begin by expanding 'Secure' and click 'Policies' as shown below.
Image Removed
Image Added
Now click the 'Create a policy' button. This will bring up the following page.
<TODO>Add Image</TODO>
Image Added
Set the following parameters for the policy.
- Name
- Some friendly name you will remember
- Actions
- Set to: iot:Connect,iot:Publish,iot:Subscribe,iot:Receive,iot:RetainPublish
- Note this will be used for both a publisher connection (Ignition) and a subscriber (IBSNOW)
- Policy Document
Resource ARN- Set to: arn:aws:iot:AWS_REGION:ACCOUNT_ID:*
- In the above
- Set to 'Allow'
Finally click 'Create' in the lower right. This will show the newly created policy.
...