CloudFormation
Last updated
Last updated
CloudFormation defines logical resources within templates (using YAML or JSON).
The logical resource defines the WHAT, and leaves the HOW up to the CFN product. A CFN stack creates a physical resource for every logical resource - updating or deleting them as a template changes.