- Effective DevOps with AWS
- Yogesh Raheja Giuseppe Borgese Nathaniel Felsen
- 165字
- 2021-07-23 16:27:27
Installing the AWS CLI package
The AWS CLI utility is written in Python. While there are several ways to install it, we will use PyPA, the Python package manager, to install this tool.
To install PyPA, depending on your OS, you will need to run the following commands:
- On Windows:
$ sudo apt install python-pip
- On macOS X:
$ sudo easy_install pip
- On Debian-based Linux distributions:
$ sudo apt-get install python-pip python-dev build-essential
- On Red Hat/CentOS-based Linux distributions:
$ sudo yum -y install python-pip
Once PyPA is installed, you will get access to the pip command.
Lastly, to install the AWS CLI using the pip command, you simply need to run the following command:
$ sudo pip install --upgrade --user awscli
If you get an output to upgrade your pip version to the latest available level, execute pip install --upgrade pip.
We have demonstrated all of the outputs from CentOS-based Linux distribution but the process is equally applicable on all of the mentioned supported platforms.
推薦閱讀
- 機器學習實戰:基于Sophon平臺的機器學習理論與實踐
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- 大數據項目管理:從規劃到實現
- Getting Started with MariaDB
- Learning Apache Cassandra(Second Edition)
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- CompTIA Linux+ Certification Guide
- Java Web整合開發全程指南
- 悟透AutoCAD 2009完全自學手冊
- 內模控制及其應用
- 走近大數據
- 從零開始學PHP
- 穿越計算機的迷霧
- 玩轉PowerPoint
- AVR單片機C語言程序設計實例精粹