- Building Serverless Architectures
- Cagatay Gurturk
- 103字
- 2021-07-02 19:04:43
Prerequisites
- Linux, OS X, or Unix
- Python 2 version 2.6.5+ or Python 3 version 3.3+
For Mac OS X and Linux, these three commands will install the AWS CLI on your system:
$ curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o
"awscli-bundle.zip" $ unzip awscli-bundle.zip $ sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
Once you have the AWS CLI installed, you can configure it with the security credentials you obtained previously. Type aws configure and follow the instructions. After you complete this step, your credentials will be saved at ~/.aws/configure and different programming platform SD's and the AWS CLI tool will use these credentials when they invoke AWS APIs.
推薦閱讀
- CockroachDB權威指南
- Java EE 6 企業級應用開發教程
- 機器學習系統:設計和實現
- JavaScript高效圖形編程
- 程序員面試算法寶典
- MATLAB 2020 從入門到精通
- Python時間序列預測
- Visual C#通用范例開發金典
- Procedural Content Generation for C++ Game Development
- Building Dynamics CRM 2015 Dashboards with Power BI
- Advanced UFT 12 for Test Engineers Cookbook
- 計算機應用基礎項目化教程
- Apache Solr PHP Integration
- WebStorm Essentials
- 軟件工程與UML案例解析(第三版)