CloudFormation Resource Attributes
CreationPolicy
- Prevent a stack from completing until CloudFormation receives a specified number of success signals or the timeout period is exceeded.DeletionPolicy
- Preserve or backup a resource when its stack is deleted.cfn-init
reads template metadata and acts accordingly.cfn-signal
signals CloudFormation to indicate whether EC2 instances have been successfully created or updated.
Last updated
Was this helpful?