Skip to content

Commit 8e4e169

Browse files
author
David
authored
Merge pull request #5 from MicrochipTech/document-fixes
Removing unused setup for AWS cli
2 parents 5da2f5e + b2a226c commit 8e4e169

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

documents/iot-ethernet-out-of-box-guide.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,6 @@ You will need the following Microchip development tools to run out of box demo
2525

2626
> NOTE: If you are a **Microchip Employee** we have a corporate AWS account that must be used. To setup your AWS IoT device please go to https://setup.iot.microchip.com for more information
2727
28-
---
29-
### Setting Up the AWS Command Line Interface
30-
#### Linux, Unix, and Windows Installations
31-
Follow the instructions in the [Getting Set Up with the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html) for installations for your operating system.
32-
33-
#### Mac OS X Installation
34-
This assumes that you have not installed previous version of Python, awscli, or openssl; if you have you will need to uninstall those versions. You will need to use a version of openssl 1.0.0 or later to connect to AWS IoT services as TLS 1.1 is required. To do this follow the these steps:
35-
36-
1. Use [Homebrew](http://brew.sh/) to install the latest version of openssl with the following commands in a terminal window. You will need to force the links so that Python will use the right version of openssl.
37-
38-
```
39-
brew update
40-
brew install openssl
41-
brew link --force openssl
42-
```
43-
- Reinstall Python to use the latest openssl:
44-
45-
```
46-
brew install python --with-brewed-openssl
47-
```
48-
- To verify that python was updated run the following command and make sure the version os greater than 1.0.2d
49-
50-
```
51-
python -c 'import ssl; print ssl.OPENSSL_VERSION'
52-
```
53-
- Install/upgrade the AWS CLI:
54-
55-
```
56-
pip install --upgrade awscli
57-
```
58-
- To verify the version of the AWS CLI tool installed run the following command and look for version 1.10.x or greater:
59-
60-
```
61-
aws --version
62-
```
63-
6428
---
6529
### Setting Up the AWS IoT Service
6630

0 commit comments

Comments
 (0)