AWS CLI
step1: Install AWS CLI on local system
step2: verify if AWS CLI is installed or not
aws –version
(it is python dependent)
step3: Configure AWS on your local system
aws configure
(it will ask for access key, secret key, region name)
step4: If user has S3 full access then run command below to
check that with AWS CLI, you can access the S3 services
aws s3 ls
No comments:
Post a Comment