All Posts

AWS Organization Deployment Automation with GitHub Actions

GitHub Actions is a popular automation / CI/CD tool for deploying to AWS. Here are several detailed examples that will help you make the best of it when using an AWS Organization.

Managing and using Deployment Automation in AWS Organizations

Automating deployment of cloud resources via a “CI/CD” tool is now common practice. This article shows you a structured approach to integrating such tools into your AWS Organization.

AWS CDK - The Good, The Bad and the Scary

AWS Cloud Development Kit (CDK) has become, in its short history, a very popular infrastructure-as-code tool. It’s not too surprising why - it allows engineers to use richer programming languages to define infrastructure, rather than having to use JSON or YAML.