Skip to content

Commit

Permalink
Merge pull request #2998 from reubenmiller/docs-fix-aws-policy-example
Browse files Browse the repository at this point in the history
docs: fix link to the example aws policy
  • Loading branch information
reubenmiller authored Jul 16, 2024
2 parents 180f878 + cb766af commit 4916fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/start/connect-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To create a new policy, head over to the AWS IoT Core and navigate to

**Security → Policies → Create policy → Policy properties → Policy name → Enter the name of your policy (e.g.tedge)**

On the Policy statements tab click on ***JSON*** and enter the policy in the ***Policy document*** (an example policy can be found [here](./aws-example-policy.json)) then click ***Create***.
On the Policy statements tab click on ***JSON*** and enter the policy in the ***Policy document*** (an example policy can be found [here](https://raw.githubusercontent.com/thin-edge/thin-edge.io/main/docs/src/start/aws-example-policy.json)) then click ***Create***.

In the AWS IoT Core, navigate to ***Manage → All devices → Things → Create things → Create Single thing → Next***. Enter the Thing name which can be obtained from the device with the output of the following command:

Expand Down

0 comments on commit 4916fd0

Please sign in to comment.