when we install awscli on linux box ?
Installation Amazon Command line interface tool to interact with AWS Services:
AWS Cli is used to access resources like EC2, S3 Bucket and other aws services:
This command is for Linux batch
installed awscli
apt install awscli
2
Answers
Install awsclie and configure awscli , then it will create .aws directory. .aws directory has two files config and credentails.
1).Install AWS CLI commands:
Check version:
Configure aws cli: provide access key and secret key Check .aws directory :
3). Check .aws directory (aws is a hidden directory start with .)
The
~/.aws
directory is created when you run theaws configure
command to store your credentials.For example:
See: Configuration and credential file settings – AWS Command Line Interface