70 likes | 90 Views
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/
E N D
Install AWS CLI on Ubuntu/ Debian Linux $ sudo apt install awscli
Install AWS CLI on Fedora and CentOS 8 $ sudo dnf install awscli
Install AWS CLI on CentOS 7 and Red hat Linux $ sudo yum install awscli
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
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.
Thank You Visit for details https://ubiq.co/tech-blog/how-to-install-aws-cli-on-linux/