View Blog Post

DevOps on AWS Radio: Continuous Integration, Continuous Delivery and DevOps with Paul Julius (Episode 19)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps on AWS news along with a discussion with one of the founding fathers of Continuous Integration, Paul Julius.  Here are the show notes: DevOps on AWS News DevOps on AWS News:  mu 1.5.4 Support for the new SSM Session Manager Support for SSM Inventory Read more…

View Blog Post

Troubleshooting AWS CodePipeline Artifacts

AWS CodePipeline is a managed service that orchestrates workflow for continuous integration, continuous delivery, and continuous deployment. With CodePipeline, you define a series of stages composed of actions that perform tasks in a release process from a code commit all the way to production. It helps teams deliver changes to users whenever there’s a business Read more…

View Blog Post

DevOps Culture: Self-Service-as-a-Service

Everything these days is a blah-blah-as-a-service, and your development lifecycle should be no different. When you provide a well working and documented services that your team can use to provision resources and introduce change in a controlled way; you will enable your teams to innovate and focus on building value for your customers. How do Read more…

View Blog Post

Screencast: Continuous Delivery for Machine Learning with AWS CodePipeline and Amazon SageMaker

The Amazon SageMaker machine learning service is a full platform that greatly simplifies the process of training and deploying your models at scale. However, there are still major gaps to enabling data scientists to do research and development without having to go through the heavy lifting of provisioning the infrastructure and developing their own continuous Read more…

View Blog Post

DevOps on AWS Radio: Continuous Delivery at Netflix – Adam Jordens (Episode 16)

In this episode, Paul Duvall covers recent DevOps on AWS news and interviews Adam Jordens, an engineer on the Delivery Platform Team at Netflix.  Here are the show notes: DevOps on AWS News AWS Limit monitor – AWS Answers  Keeping your Secrets Secret – AWS Secrets Manager and AWS CloudFormation to Automate Secrets Management Socket.io chat app Read more…

View Blog Post

DevOps on AWS Radio: Big Data – Robert Murphy (Episode 15)

In this episode, Paul Duvall and Brian Jakovich cover recent DevOps on AWS news along with a discussion with Robert Murphy, who is a Senior DevOps Automation Engineer at Stelligent. Here are the show notes: DevOps on AWS News Validating AWS CloudFormation templates with cfn_nag and mu Serverless CloudFormation Linting in AWS CodePipeline Custom rule Read more…

View Blog Post

The DevOps Culture: Empowering Your Team

DevOps is a software development practice that specializes in the frequent delivery of software features and improvements. Through rapid integration of changes and receipt of feedback we build a culture of confidence and reliability in the software lifecycle. Additionally, teams that follow these practices are highly productive for their organizations and themselves. Successfully employing “DevOps” Read more…

View Blog Post

Using AWS CodePipeline to achieve Continuous Delivery

“Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a Read more…

View Blog Post

Performance Testing In a Continuous Delivery Pipeline

Everyone talks about unit and functional tests when adopting Devops practices, but how do you know if one of your changes has introduced a major performance degradation? Performance testing is the missing link to having a truly Continuously Deliverable pipeline. In this blog post, you will see how performance tests can be integrated into your Continuous Delivery Read more…