Simple CloudFormation cheat sheet for advanced functions and attributes
Infrastructure as code (IaC) is defined as the process of managing and provisioning components in a data center through machine-readable definition files. Usually, JSON or YAML files. In our cloud environments, we want to automatically deploy code to new regions and centrally manage it in a version control system. AWS...