deam91 / Networking

Chapter 2 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 2 - Networking

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

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

License:MIT License


Languages

Language:Python 94.4%Language:Batchfile 5.6%