Skip to content

AWSCookbook/BigData

Repository files navigation

Chapter 7 - Big Data

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

About

Chapter 7 of the AWS Cookbook

Resources

License

Stars

12 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors