Skip to content

AWSCookbook/Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chapter 3 - Storage

Set and export your default region

export AWS_REGION=us-east-1

Set your AWS ACCOUNT ID

AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)

Validate AWS Cli Setup and access

aws ec2 describe-instances