CloudFormation Continued
- Adding parameters to the template
- Parameter in Cloudformation allows us to provide user inputs while creating the stack
- Refer Here for the changeset containing parameter for vpc cidr range
- For creating cidr ranges of subnets in AWS CF, we have a function Refer Here
- Refer Here for the changeset containing usage of functions
- In AWS Cloudformation there are set of AWS Specific parameters which help in dynamically populating values
- Refer Here for the changes
