AWS CloudFormation

1 · Muhammad · June 24, 2020, midnight
AWS Cloudformation is a service that helps us initiate aws resources using json or yaml files. It’s know as IaaS (Infrastructure As A Service). Structure of the Document AWS Template Format Version: It contains the version of the file. Description: It basically the description of what the script will do written by the owner of the script. It’s a string field. MetaData: This contains the properties of the templates. Parameters: Any values we pass to the templates Mappings: Dependencies between ...