sebslon / Databases

Chapter 4 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 4 - Databases

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

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

License:MIT License


Languages

Language:Python 99.9%Language:Batchfile 0.1%