Changes for page Dragino NB device connection to AWS platform instructions
Last modified by Mengting Qiu on 2025/03/06 13:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -27,38 +27,30 @@ 27 27 28 28 a. Fill in any name 29 29 30 -b. Configure the policy you created 31 31 32 - [[image:image-20240528173144-3.png||height="572"width="931"]]31 +b. Fill in * to Policy action and Policy resource (* stands for all) 33 33 33 +[[image:image-20250103152135-2.png||height="777" width="1544"]] 34 34 35 + 35 35 c. After clicking to enter the policy configuration page, follow the clicking sequence below to go to the json configuration interface, and then fill in the following fields in the "statement" keyword: 36 36 37 37 38 -**{** 39 +**{ 40 + "Version": "2012-10-17", 41 + "Statement": [ 42 + { 43 + "Effect": "Allow", 44 + "Action": "iot:*", 45 + "Resource": "*" 46 + } 47 + ] 48 +}** 39 39 40 -**~ "Version": "2012-10-17",** 41 41 42 -**~ "Statement": [** 43 43 44 - **~{**52 +[[image:image-20250103151957-1.png||height="529" width="935"]] 45 45 46 -**~ "Effect": "Allow",** 47 - 48 -**~ "Action": "",** 49 - 50 -**~ "Resource": ""** 51 - 52 -**~ }** 53 - 54 -**~ ]** 55 - 56 -**}** 57 - 58 - 59 -[[image:image-20240528173203-4.png||height="517" width="942"]] 60 - 61 - 62 62 d. Create this policy 63 63 64 64