Posts

Showing posts with the label AWS CLI Tool

Amazon Command Line Interface

How To Install And Use Amazon Command Line Interface? How to Install and Use AWS CLI Tool on Linux? The AWS command-line interface tool can help us to manage AWS services through our Linux instances. Here we can see how to install and how to use it. Installing the AWS CLI : AWS CLI tools are available under the default Linux repositories. Install AWS CLI on Linux systems as follows based on the flavor of Linux. sudo apt install awscli or sudo dnf install awscli or sudo yum install awscli Generate Access Keys: Generate the Access Key and Secret Access Key to your AWS Account . Head to https://console.aws.amazon.com/iam/home?region=ap-southeast-2#/security_credentials Expand option Access keys (access key ID and secret access key) Click the button Create New Access Key Copy the access key ID and secret access key and save to safe place Learn More: Velan Tech Tips