View Blog Post

DevOps on AWS Radio: mu – DevOps on AWS tool (Episode 10)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps on AWS news and speak with Casey Lee from Stelligent about the open-source, full-stack DevOps on AWS tool called mu. DevOps on AWS News Launch – .NET Core Support In AWS CodeStar and AWS CodeBuild Build your first Serverless Web Application Take the Journey: Build Your First Serverless Web Read more…

View Blog Post

DevOps in AWS Radio: Goss (Episode 9)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps in AWS news and speak with Ahmed Elsabbahy about Goss, a ServerSpec alternative for testing server configuration. Here are the show notes: DevOps on AWS News How to Create an AMI Builder with AWS CodeBuild and HashiCorp Packer AWS CloudFormation now supports Amazon EMR security configuration, AWS Lambda & AWS Read more…

View Blog Post

DevOps in AWS Radio: Serverless (Episode 8)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps in AWS news and speak with Mike Roberts and John Chapin from Symphonia about Serverless architectures, DevOps, and AWS. Here are the show notes: DevOps in AWS News You can now provision AWS Web Application Firewall on Application Load Balancer resources using AWS CloudFormation Agency Panel Discussion about DevOps and Read more…

View Blog Post

DevOps in AWS Radio: AWS CodeStar (Episode 7)

In this episode, Paul Duvall and Brian Jakovich are joined by Trey McElhattan from Stelligent to cover recent DevOps in AWS news and speak about AWS CodeStar – which enables you to quickly develop, build, and deploy applications on AWS. AWS CodeStar provides a unified user interface, enabling you to easily manage your software development activities in one place. Read more…

View Blog Post

DevOps in AWS Radio: Parameter Store with AWS CodePipeline (Episode 6)

In this episode, Paul Duvall and Brian Jakovich from Stelligent cover recent DevOps in AWS news and speak about the release of AWS CodeBuild and how you can integrate the service with other services on AWS. Here are the show notes: DevOps in AWS News Managing Your AWS Resources Through a Serverless Policy Engine Introducing Git Credentials: […]

Read more…

View Blog Post

Provision a hosted Git repo with AWS CodeCommit using CloudFormation

You’ll learn how to provision a CodeCommit Git repository in a CloudFormation template. Furthermore, you’ll discover how to automate the provisioning of a deployment pipeline that uses this repository as its Source action to deploy an application using CodeDeploy to an EC2 instance. You’ll see examples, patterns and a short video that walks you through the process. Read more…

View Blog Post

Beyond Continuous Deployment

Using smart algorithms, code is automatically integrated and pushed to production in nanoseconds as a developer continues to work as long as it passes myriad validation and verification checks in the deployment pipeline. The developer is notified of success or failure in nanoseconds passively through their work environment. Read more…