AWS CLI
- Lets try to create aws vpc with 6 subnets using AWS CLI

- AWS CLI will be in the format
aws <service> <sub-service> <command> [args]
- Generally for the commands to get the items we will have
describeprefix - We have create a vpc with one subnet try to add 5 more Refer Here
- Create an internet gateway and attach it to vpc
- Refer Here for the solution
- Exercise: Create a private route table and public route table from cli
- For writing effective queries we need to know json Refer Here for json tutorial.
