- 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.
推薦閱讀
- Mastering Mesos
- 大數(shù)據(jù)技術(shù)基礎(chǔ)
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- Getting Started with Clickteam Fusion
- Hadoop 2.x Administration Cookbook
- Learning Apache Cassandra(Second Edition)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)實(shí)訓(xùn)
- 人工智能與人工生命
- 精通特征工程
- AWS Administration Cookbook
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)完全自學(xué)手冊(cè)
- Cloud Security Automation
- HBase Essentials
- 筆記本電腦維修之電路分析基礎(chǔ)
- Effective Business Intelligence with QuickSight