"Application - AWS IoT" 修訂間的差異
(已建立頁面,內容為 " Reference https://docs.aws.amazon.com/zh_tw/freertos/latest/userguide/getting_started_espressif.html") |
|||
行 1: | 行 1: | ||
− | [[ | + | * Setup your AWS CLI installation |
+ | ** sudo apt install awscli | ||
+ | ** aws configure | ||
+ | <pre> | ||
+ | $ 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 | ||
+ | </pre> | ||
+ | * 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:48 的修訂
- Setup your AWS CLI installation
- sudo apt install awscli
- 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