AWSCookbook / Containers

Chapter 6 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 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

About

Chapter 6 of the AWS Cookbook

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

License:MIT License


Languages

Language:Python 81.2%Language:Java 8.5%Language:Batchfile 4.7%Language:Dockerfile 2.1%Language:Shell 1.8%Language:HTML 1.6%