AWS Cloud Operations Blog

Rafael Liu

Author: Rafael Liu

Rafael Liu is a Senior Solutions Architect based out of Seattle. A developer at heart, he is passionate about all things software engineering and solving hard problems. At AWS he helps customers design and build their achitectures and processes, often leveraging DevOps and Serverless, topics he specializes on. Unashamedly a Java fan, Linux and Open Source enthusiast

Coordinating complex resource dependencies across CloudFormation stacks

There are many benefits to using Infrastructure as Code (IaC), but as you grow your infrastructure or your IaC coverage, the number of components and their dependencies can become increasingly more complex. In this post we will walk through strategies to address this complexity. CloudFormation has built-in support for defining dependencies across resources in your […]