Deploying infrastructure and application stacks – Rolling Out a CI/CD Pipeline

Before we can deploy pipeline resources, we need to have the underlying infrastructure and application components available. This is mainly to ensure that inter-stack dependencies are met so that the pipeline stack to be deployed successfully: We now have all the resources that we need in our AWS account to roll out application changes automatically. … Read more