Application - AWS IoT:修訂間差異
出自flip the world
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
* Setup your AWS CLI installation | * Setup your AWS CLI installation | ||
** sudo apt install awscli | ** sudo apt install awscli | ||
* Go to IAM service to get the Access keys | |||
** aws configure | ** aws configure | ||
<pre> | <pre> | ||
| 第9行: | 第10行: | ||
Default output format [None]: json | Default output format [None]: json | ||
</pre> | </pre> | ||
* Reference | * Reference | ||
https://docs.aws.amazon.com/zh_tw/freertos/latest/userguide/getting_started_espressif.html | https://docs.aws.amazon.com/zh_tw/freertos/latest/userguide/getting_started_espressif.html | ||
2020年7月7日 (二) 13:51的版本
- Setup your AWS CLI installation
- sudo apt install awscli
- Go to IAM service to get the Access keys
- aws configure
$ aws configure AWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY Default region name [None]: us-west-2 Default output format [None]: json
- Reference
https://docs.aws.amazon.com/zh_tw/freertos/latest/userguide/getting_started_espressif.html
