Continuous Delivery is hard. Harder yet when the average lifespan of any of your instances is less than five days.
SaltStack is a super awesome remote execution and provisioning tool. Unlike Chef & Puppet, it's entire configuration can be done in YAML .. or Python, if you're that way inclined. Similar to Ansible, but with one major difference: Salt's Reactor.
In this talk, I'll show you how to manage your cattle-like, ever-changing, infrastructure through nothing but super simple YAML files and let SaltStack do all the heavy lifting. I will introduce you to remote execution and why it's important. We'll then moved on to the difficult stuff: bootstrapping new instances, provisioning instances, automated deployments and saving the best for last, integrating it all into Slack.