Versioning, Branching and Testing Infrastructure as Code

Infrastructure management is evolving. Instead of provisioning hardware and tracking infrastructure in Excel spreadsheets, we can now interact with virtualized infrastructure resources in programmatic ways. Enter Infrastructure as Code (IaC). …

Amazon Web Services (AWS) Cloud Software Development

CloudFormation Zen: Nested Stacks

Nested stacks are a great way to organize your CloudFormation. However, in order to reduce stress, lower cloud costs and improve time to market, you must modularize your templates. Nesting …

Amazon Web Services (AWS)