Cloud Formation Flashcards
what does cloud formation custom resources refer to?
it is a section in the cloud formation template used to define resources, not yet supported by cloud formation
what is a cloud formation stack set?
Lets you create update or delete stacks across multiple accounts and regions with a single operation/template
what happens when you update a stack set?
All associated stack instances are updated throughout all accounts and regions
Who can create stack sets?
Only admin account accounts or delegated administrator
How do you give your template to CF?
Upload it to S3
What are the building blocks for a CF Template?
AWSTemplateFormatVersion – identifies the capabilities of the template “2010-09-09”
* Description – comments about the template
* Resources (MANDATORY) – your AWS resources declared in the template
* Parameters – the dynamic inputs for your template
* Mappings – the static variables for your template
* Outputs – references to what has been created
* Conditionals – list of conditions to perform resource creation