Sunday, March 20, 2022

AWS Networking & Content Delivery: Access AWS Services using AWS CLI

 


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

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...