How to configure AWS CLI and configure in ubuntu
Install AWS CLI
$ sudo apt install awscli -y
To check for the version
$ aws βversion
To configure AWS account crdentials
copy the access and secret key from AWS account security credentials
$ aws configure
AWS Access Key ID [None]: *****************Β
AWS Secret Access Key [None]: ******************
Default region name [None]: ap-south-1
Default output format [None]: json or table or text