Cloud

CloudFormation Nested Stacks With Git Sync & a GitLab Pipeline Complete Overview

This post follows on from the previous post, CloudFormation Nested Stacks With Git Sync & a GitLab Pipeline. This post will detail all the steps now they have been fully worked out and tested using GitLab and CloudFormation. GitLab Pipeline Overview Changes are made to the filesChanges are pushed to repoPipeline for merge request creation

CloudFormation Nested Stacks With Git Sync & a GitLab Pipeline Complete Overview Read More »

CloudFormation Nested Stacks With Git Sync & a GitLab Pipeline

Continuing on from the work in the previous post for setting up GitSync and a GitLab pipeline with CloudFormation. This will detail how to use a Nested Stack that is stored in a GitLab repo and then deploy it with CloudFormation. In my previous example, CloudFormation would use the CloudFormation template file from the GitLab

CloudFormation Nested Stacks With Git Sync & a GitLab Pipeline Read More »

AWS CDK Setup

CDK is the AWS Cloud Developer Kit. Here is a small guide to the setup. I have created a new AWS account for myself that is empty. This will walk through the process of setting everything up to interact with the AWS infrastructure through CDK. Tools Node.js is simple to install, just download, and it’s

AWS CDK Setup Read More »