Ref: https://learn.cantrill.io/courses/1820301/lectures/41301626
YouTube: https://www.youtube.com/watch?v=ptvce7lJ6Z0
DEMO: https://learn.cantrill.io/courses/1820301/lectures/41301627
💡 By default CFN templates are uploaded to an S3 bucket with prefix CF
Template example in YAML:
Resources → AWS resources to create/update/delete
AWSTemplateFormatVersion → Version date of the template
Description → Free text, can be used to describe what the template does
AWSTemplateFormatVersion
Metadata → Controls how the template is shown in AWS UI
Parameters → Fields that prompt the user for required information
Mappings → Key-value pairs that can be used for lookups
Conditions → Bind resources to specific conditions (”only do X if Y”)