1 / 7

How to Install AWS CLI on Linux

AWS CLI allows you to manage AWS services via command line interface. Here is how to install AWS CLI on Linux, Ubuntu, CentOS.<br>#ubuntu #centos #linux<br><br>Visit https://ubiq.co/tech-blog/how-to-install-aws-cli-on-linux/

Download Presentation

How to Install AWS CLI on Linux

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How to Install AWS CLI on Linux

  2. Install AWS CLI on Ubuntu/ Debian Linux $ sudo apt install awscli

  3. Install AWS CLI on Fedora and CentOS 8 $ sudo dnf install awscli

  4. Install AWS CLI on CentOS 7 and Red hat Linux $ sudo yum install awscli

  5. How to Configure AWS CLI (½) Here are the steps to access and configure AWS CLI for use. 1. Go to AWS Security Credentials 2. Expand Access keys (access key ID and secret access key) 3. Click Create New Access Key 4. Copy the access key ID and secret access key to a secure location. 5. Open terminal and run the following command $ aws configure

  6. How to Configure AWS CLI (2/2) 6. You will see the following prompt. Enter AWS Access Key ID and Secret Access Key. Also specify region name of your EC2 instances, and output format (text/json) of your commands. AWS Access Key ID [None]: ABCDEFXXXXXXXXDKKDFJ AWS Secret Access Key [None]: 5jksdf9sdfjsdSKSDKSJDFskjf8KDfkfjkFKD Default region name [None]: us-east-1 Default output format [None]: That’s it! You have installed and configured AWS CLI on Linux.

  7. Thank You Visit for details https://ubiq.co/tech-blog/how-to-install-aws-cli-on-linux/

More Related