Categories AWS

AWS Landing Zone Accelerator (LZA) Strengths and Weaknesses

Overview The AWS LZA is an opinionated framework for deploying an AWS Organization and supporting infrastructure. This framework utilizes CDK and codebuild/pipeline in the org management account to orchestrate things like centralized logging, delegate security services, shared networking config, and a couple hundred other things. Should I use it? In Continue Reading

Categories AWS

Deploy Stacksets via CDK

A method of deploying stacksets via CDK deployment. Using a custom waiter helps with visibility of stackset instance success or failure.