deam91 / Containers

Chapter 6 of the AWS Cookbook

Home Page:https://learning.oreilly.com/library/view/aws-cookbook/9781492092599/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 6 - Containers

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://learning.oreilly.com/library/view/aws-cookbook/9781492092599/

License:MIT License


Languages

Language:Python 80.2%Language:Java 8.9%Language:Batchfile 5.0%Language:Dockerfile 2.2%Language:Shell 1.9%Language:HTML 1.7%