User Manual
Table Of Contents
- Document information
- Contents
- 1 Overview
- 2 Hardware description
- 3 Set up your hardware
- 4 Setup your AWS account and permissions for IoT development
- 5 Registering AWS IoT ExpressLink SARA-R5 with your development account
- 6 Connecting to and interacting with the AWS cloud
- 7 Troubleshooting
- 8 Features supported
- Related documentation
- Revision history
- Contact
AWS IoT ExpressLink SARA-R5 Starter Kit - Getting started
UBX-21042016 - R02 Registering AWS IoT ExpressLink SARA-R5 with your development account Page 12 of 20
C1-Public
11. Type in a policy name of your choosing (e.g., “IoTDevPolicy”) and click Advanced mode.
12. Replace the contents of the black console area that appears with the single line of text below:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*",
"Resource": "*" } ] }
…then click Create to create the policy.
☞ Note: the examples in this document are intended only for development environments. All devices
in your fleet must have credentials with privileges that authorize only intended actions on specific
resources. The specific permission policies can vary for your use case. Identify the permission
policies that best meet your business and security requirements. For more information refer to
Example IoT Policies and Security Best Practices.