CloudFormation continued
- Refer Here for the changes done to add the web network acl and associations
- Now try to create app nacl
- which opens all ports internally
- which open to all external
- associate with app1 & app2
- Now try to create db nacl
- which opens all ports internally
- which open to all external
- associate with db1 & db2
- Refer Here for the changeset.
- Next Steps:
- We need to provide the flexibility to this template by adding parameters so that users using this template can choose to change the values while creating the stack.
