Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 261 Bytes

Chapter 6

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