Page 30

New CloudFormation Templates - ECS Cluster & Service, legacy VPC wrapper, automated tests

We released v3 of our free and open source CloudFormation templates. This release brings: new templates for containerized workload with ECS new templates to wrap an existing VPC into the format that is needed by all our templates test suite that we run...

Read more

AWS Velocity Series: Running your application

There are many options when it comes to running an application on AWS. EC2 based, containerized, or serverless. Choosing the best option for your specific use case is important. All options that I present are what I call production-ready: Highly availa...

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

Free ebook: Exploring Cloud Computing

Exploring Cloud Computing is a collection of hand-picked chapters presenting five topics that will give you insights into the world of cloud computing. Michael and I, authors of Amazon Web Services in Action, selected these particular topics allowing yo...

Read more

AWS Velocity Series: Local development environment

The local development environment is where you make changes to the source code, edit configuration files, add images, and so on. You also want to run the app locally, execute the tests, and be able to debug your source code. In this article you will le...

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

AWS Velocity Series

Most of our clients use AWS to reduce time-to-market following an agile approach. But AWS is only one part of the solution. In this article series, I show you how we help our clients to improve velocity: the time from idea to production. Table of Cont...

Read more

Book review: The DevOps Handbook

How to create world-class agility, reliability, and security in technology organizations? The DevOps Handbook (IT Revolution Press) is answering this question. Read on for a review of The DevOps Handbook. The DevOps Handbook starts with the author’s “a...

Read more

2016 in Review: Thank You!

The year 2016 is coming to an end. We’d like to look back on the past year together with you. Thank you for reading our blog, sharing our work, and giving valuable feedback. It was a pleasure to be part of an inspiring community. Facts and numbersWhat w...

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