AWS CLI contd..
-
Write an aws cli to
- create vpc and add 4 subnets
- Create an internet gateway and attach it to the vpc
- Create a public route table
- create a private route table
- associate two subnets to public route table
- associate two subnets to private route table
-
Refer Here for the shell script created in the class.
