latest posts
Deploying a Flask App to AWS – Overview
This project will get the Flask fiance and savings calculator up and running on AWS from scratch. There are a few prerequisites required before hand, such as AWS CLI access to your account. The containers repo used is also private and therefore there is an access token that needs to be created in the repo. […]
In my previous post, I have talked about deploying a CloudFormation nested stack. Here I will discuss how I made that nested stack work and the differences between a nested stack and cross-stack references. Multi-Stack Architecture Most simple projects will use a single CloudFormation stack. This has all the resources together in the same stack. […]
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 […]
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 […]