CLI scripts to manage AWS resources.
- Default region: us-east-1
- Describe AZs
- Create VPC
- Create Subnets
- Create Internet Gateway
- Create Route Tables * Create route Table * Create route to 0.0.0.0/0 * Associate Route Table with Subnet designated to be public facing
- Describe current VPCs
- Describe current subnets
- Describe Internet gateways
- Describe Route tables
- Create VPC(s)
- Create subnets
- Basic topology
- distributed evenly across 2 AZs
- 6 subnets
- 3 per AZ
- plan for 1 public in each AZ, 2 total
- remaining 4 private, 2 in each AZ
- Basic topology
- Create Internet gateways
- create one IGW and attach to VPC
- Create Route tables
- Create route table
- Create route(s) for new route table
- Associate new route(s) with previously created subnet(s)
- Create subnets
[Manage instances remotely using "Run Command"]] (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/execute-remote-commands.html)
[Cheat sheet - contributed] (http://www.colliernotes.com/2016/05/amazon-web-services-command-line.html)