Skip to content

Commit c12e087

Browse files
Merge pull request #2550 from DougAnsonAustinTX/cleanups-and-fixups
minor updates to the GG install instructions
2 parents be00a97 + f328140 commit c12e087

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

content/learning-paths/embedded-and-microcontrollers/edge_impulse_greengrass/greengrassinstallation.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Log into your edge device via SSH and we'll start the process of installing/conf
1717
Prior to installing AWS IoT Greengrass, we need to create a set of AWS credentials that will be used as part of the installation process.
1818

1919
>**_NOTE:_**
20-
>These credentials may automatically be provided to you when you initiate the workshop has hosted by AWS Workshop Studio. If so, please copy the credentials as we'll need them in the next step. The credentials should look like this:
20+
>These credentials may automatically be provided to you when you initiate the workshop is hosted by AWS Workshop Studio. If so, please copy the credentials as we'll need them in the next step. The credentials should look like this:
2121
>
2222
> export AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>
2323
> export AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>
@@ -70,10 +70,19 @@ In this example, we choose the "Linux" device type and we are going to download
7070
Lower down in the menu, you will see the specific instructions that are custom-crafted for you to download and invoke the "Nucleus Classic" installer. The basic sequence of instructions are:
7171

7272
1) Start with a SSH shell session into your edge device
73-
2) copy and paste your two AWS credentials into the shell environment
74-
3) copy and paste/run the installer download curl command into your shell
73+
2) copy and paste your two AWS credentials into the shell environment
74+
```
75+
NOTE: Your "two AWS credentials" are the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from above...
76+
```
77+
3) copy and paste/run the installer download curl command into your shell
78+
```
79+
NOTE: The "installer download command" is in the "Download the installer" section in the image below...
80+
```
7581
4) copy and paste/run the installer invocation command
76-
5) wait for the installer to complete
82+
```
83+
NOTE: The "installer invocation command" is in the "Run the installer" section in the image below...
84+
```
85+
5) wait for the installer to complete on your edge device
7786

7887
![CreateDevice](./images/GG_Install_Device2.png)
7988

0 commit comments

Comments
 (0)