View Blog Post

AWS Lambda-backed Custom Resources for Stack Outputs, Resources, and Parameters

At Stelligent we are continually improving our methods for developing immutable infrastructure. One pattern we have adopted is to use a layered approach when provisioning AWS resources through CloudFormation. This leads to the break down of a single-purpose monolithic CloudFormation template, into multiple, reusable templates. While we find this approach to be more scalable and maintainable, Read more…

View Blog Post

AWS Partner Network (APN) DevOps Competency

RESTON, VIRGINIA (PRWEB) OCTOBER 06, 2015 Stelligent, a specialized technology services firm focused exclusively on DevOps Automation in the Amazon Web Services (AWS) Cloud, announced today that it has achieved the AWS Partner Network (APN) DevOps Competency designation. This means that Stelligent has demonstrated technical proficiency and proven success in helping customers achieve continuous delivery Read more…

View Blog Post

AWS CodePipeline released, and there was much rejoicing

AWS can be a big tease. Last November at re:Invent, they announced AWS CodePipeline, an orchestration engine for builds. As they described it, I got more and more excited, up until the point they said it wouldn’t be released in mid-2015. Well, today might as well be Christmas, because CodePipeline has just been released and I am already figuring Read more…

View Blog Post

Deployment Pipeline in Amazon Web Services – Support Infrastructure

In the introduction to this series on deployment pipelines in Amazon Web Services (AWS), I covered the nine “stages” that we use as a starting point for our Continuous Delivery in AWS implementations at Stelligent. This first “stage” I’ll be describing is on establishing the support infrastructure for the deployment pipeline. It’s not what I think Read more…

View Blog Post

Stelligent: Continuous Delivery/DevOps and Cloud Resources Reading List

Continuous Delivery/Continuous Integration Continuous Delivery (CD) Patterns and Antipatterns (Duvall): http://refcardz.dzone.com/refcardz/continuous-delivery-patterns Anatomy of a Deployment Pipeline (from CD book): http://www.informit.com/articles/article.aspx?p=1621865 Continuous Delivery Assembly Line: https://www.youtube.com/watch?v=SIaVsG7m8n4 CD Reference Implementation in AWS (Duvall) Pragmatic Automation? (Duvall) DevOps is not only Infrastructure Automation (Duvall) Continuous Delivery book (Humble, Farley): http://amzn.com/0321601912/ Continuous Integration book (Duvall, et al.): http://amzn.com/0321336380/ Recipes Read more…