One minute
aws-cli
Overview
aws configure
: Initiate config for cli
Cli structure :
aws SERVICE ACTION OPTIONS
Example :
aws s3 mb s3://example
: This will make a bucket in S3 with URL example
aws s3 ls
aws s3 cp hello.txt s3://example
: upload file in bucket
Roles
You can create a role that authorize instance to access other resource without using credentials
Read other posts
comments powered by Disqus