This post explains how to configure AWS CLI to interact with AWS services using commands in command line shell. To configure AWS CLI AWS Access Key ID and AWS Secret Access Key is required, in this tutorial we will first create AWS IAM User along with AWS Access Key ID and AWS Secret Access Key.
aws configure
in command line shell and provide below information from downloaded csv.
aws configure
AWS Access Key ID [None]: Enter access key from downloaded csv
AWS Secret Access Key [None]: Enter secret access from downloaded csv
Default region name [None]: Enter the required region (e.g "us-east-1", "us-west-1")
Default output format [None]: json
aws s3 ls
Category: AWS