View Blog Post

Nomad and Consul

A HashiCorp Nomad cluster is blazingly fast and stable. The simplicity of its singular purpose makes for extremely fast container and process scheduling, as well as cluster convergence events.  Using the Raft consensus protocol, Nomad is great for running microservices and batch jobs.  This blog post will describe deploying a Nomad cluster on AWS with 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

Automating AWS Cloud9

AWS Cloud9 is a cloud-based Integrated Development Environment (IDE) for writing, running, and debugging code. With Cloud9, you can code with only your web browser. No need to download software, configure your environments, or setup your IDE and its configuration on each of your computers. You can collaborate in the same environment with other developers while Read more…