Now displaying all site content relating to Infrastructure as Code
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). …
Continue reading “Versioning, Branching and Testing Infrastructure as Code”
Amazon Web Services (AWS) Cloud Software DevelopmentCloudFormation 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 …
Continue reading “CloudFormation Zen: Nested Stacks”
Amazon Web Services (AWS)