AWSCookbook / ArtificialIntelligence

Chapter 8 of the AWS Cookbook

Home Page:https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 8 - Artificial Intelligence

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 8 of the AWS Cookbook

https://www.amazon.com/AWS-Cookbook-Recipes-Success/dp/1492092606/

License:MIT License