Assessments
Chapter 1: CloudFormation Refresher
- CreateStack.
- CloudFormation Service Role is an IAM Role that is assumed by CloudFormation before stack operations are performed. The policies attached to that role will be then used to perform stack operations.
- The ones that are attached to the IAM entity (User or Role), which run CloudFormation stack operations.
- This information (physical resource ID and its metadata) is stored in CloudFormation's state.
- If we try to create the same stack (that is, invoke the CreateStack API call), that call will fail with a 400 AlreadyExists error.
- If we run a stack update without any changes in a template or parameters, nothing would happen as there are no changes. CloudFormation will not notice if the resource ...
Get Mastering AWS CloudFormation now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.