Table of Contents
URL: https://www.progressiverobot.com/infrastructure-as-code-with0-terraform/
Video
[youtube dSJ6zenfRK8 423 752]
About the Talk
Managing infrastructure can be a hassle, but having to rebuild your infrastructure can be worse. Do you remember how you configured everything, or what permissions you gave a directory? Luckily, Infrastructure as Code allows us to define our infrastructure so that we can easily reproduce it. In this Tech Talk I'll discuss how to define your infrastructure as code with Terraform through building a small production-ready web stack.
What You'll Learn
- Benefits of Infrastructure as Code
- Creating and deploying reusable and scalable infrastructure
- Defining your Infrastructure as Code with Terraform through building a small production-ready web stack
This Talk Is Designed For
Software Engineers/DevOps Engineers who want to automate their infrastructure
Prerequisites
Basic understanding of creating and configuring Linux servers