Web Unleashed 2015

2015-09-16 00:00:00 2015-09-18 00:00:00 America/Toronto Web Unleashed 2015 By attending Web Unleashed, you will get up-to-date on the skills to push you ahead in your career. You'll also have the opportunity to network and share ideas with like-minded professionals. Toronto FITC Toronto

Overview

Terraform is a tool for automating and managing your physical and virtual servers, containers, DNS, and other resources. Start using it early to streamline your development and testing process, and reap the benefits as you move into production.

We’ll go through a few ways to apply the “Infrastructure as code” concept to your daily routine, and how Terraform can help you get there.

Objective

Learn how to use Terraform to optimize how you use dev and test resources.

Target Audience

Developers building systems that require more than one server. Developers working with distributed teams.

Assumed Audience Knowledge

Some familiarity with deploying cloud servers for development, test, or production workloads.

Five things audience members will learn

  1. What Terraform is
  2. How to configure a basic infrastructure with Terraform
  3. How to customize resources with scripts or CM systems like Chef or Ansible
  4. How to change a running environment
  5. Some ideas to explore for how to adapt Terraform for your style