Category Continuous Delivery (Page 1)

AWS Velocity Series: Containerized ECS based app CI/CD pipeline

In the previous article, you learned how to use CloudFormation to describe a production-ready infrastructure for a containerized app running on ECS. In this article you will learn to: Automate the creation of a Docker image that contains the app Deploy...

Read more

AWS Velocity Series: EC2 based app CI/CD pipeline

In the previous article, you learned how to use CloudFormation to describe a production-ready infrastructure for an EC2 based app. In this article you will learn to: Automate the creation of an AMI that contains the app with Packer Deploy a CloudFormat...

Read more

AWS Velocity Series: CI/CD Pipeline as Code

The Continuous Integration / Continuous Deployment pipeline is a major section of your software assembly line. It starts with the code repository and ends with the deployment into your production environment. CI/CD includes many steps that all depend on...

Read more

AWS Velocity Series: Set the assembly line up

What is the first thing you do when starting a new project? For me, I design and set my assembly line up first. The assembly line describes the work that is necessary from idea to production. In a software project, you decide how to spend your resour...

Read more

Delivery Pipeline as Code: AWS CloudFormation and AWS CodePipeline

The assembly line is the heart of any factory. Workers and supervisors are giving their best to ensure a steady flow of raw materials to the end products. The delivery pipeline is an important part of DevOps and the equivalent to the assembly line. A de...

Read more

AWS Advent has started: Deploy your AWS Infrastructure Continuously

AWS Advent is a yearly exploration of AWS in 24 parts contributed by volunteers from the AWS community. Follow @AWSAdvent and get inspired on a daily basis. I open this year’s AWS Advent with a post on Deploy your AWS Infrastructure Continuously Conti...

Read more