Writing about Cloud, architecture, AWS and software engineering.

How to interconnect on-premises network and multiple AWS VPCs

Creating a large network, connecting multiple VPC and an on-premises data center together can be done in multiple ways. In this article I will explain how to do this by using Transit Gateway and Direct Connect on a high-level....

March 16, 2023

CloudFormation Custom Resource: Transit Gateway Peering Accepter

A Transit Gateway Peering Attachment must be accepted by the owner of the attachment. Even if both Transit Gateways are in the same account. To automate this with CloudFormation I have created a custom resource....

July 11, 2022