AWS Profile Setup Guide
Install AWS CLI
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install awscli -yConfigure AWS Credentials
aws configure --profile <profile-name>aws configure --profile nw-techAWS Access Key ID [None]: AWS Secret Access Key [None]: Default region name [None]: ap-south-1 Default output format [None]: jsonaws sts get-caller-identity --query 'Arn' --output textarn:aws:iam::1111111111:user/dillip.chowdary
Last updated