AWS Profile Setup Guide
Install AWS CLI
Configure 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 text --profile <profile-name>arn:aws:iam::1111111111:user/dillip.chowdary
Last updated