Cloudformation contd..
Lets add subnets to vpc
- Adding subnets to vpc

- Manual Steps:

- When we create subnet , we need to provide vpc id, but while cf template we will not have vpc id with us
- In AWS we have specific parameter types Refer Here
- Refer Here for the changeset and create a stack

- Lets try to create six subnets as mentioned below

- Refer Here for the changeset

- Try creating a stack in other region and it should work without fail

- To summarize what we have done so far

- AWS also gives designer view to develop cf templates
Create Internet Gateway
- Adding and attaching internet gateway Refer Here
- Create two route tables
- public
- private
- Refer Here for the changes

