Book Image

Hands-On Infrastructure Automation with Terraform on AWS [Video]

By : Alexander Savchuk
Book Image

Hands-On Infrastructure Automation with Terraform on AWS [Video]

By: Alexander Savchuk

Overview of this book

<p>Infrastructure as Code delivers stable, quick, reliable, and reproducible environments at scale. Terraform is being increasingly used by Cloud Engineers to automate the provisioning of infrastructure across all major infrastructure providers. It treats all infrastructures as code which can be edited, shared, version-controlled, and reused across teams.</p> <p>This course uses Terraform to reduce time and effort when provisioning infrastructures. You will write infrastructure code to create, change, import, and destroy resources. By following the best practices of Infrastructure as Code, you will quickly get started on your own deployments.</p> <p>By the end of this course, you will be able to create and maintain complex infrastructure configurations.</p> <p>The code bundle for this video course is available at-&nbsp;<a href="https://github.com/PacktPublishing/Hands-on-Infrastructure-Automation-with-Terraform-on-AWS" target="_blank">https://github.com/PacktPublishing/Hands-on-Infrastructure-Automation-with-Terraform-on-AWS</a></p> <h1>Style and Approach</h1> <p>Each section introduces several new concepts and puts them immediately into action using practical and easy-to-follow examples. All the source code is available on GitHub and can be used as a foundation for real-world infrastructure deployments. You will also learn how to apply best practices and avoid most common pitfalls while using Terraform.</p>
Table of Contents (7 chapters)
Chapter 2
Your First Deployment with Terraform
Content Locked
Section 2
Set Up AWS Provider
How do we start a new Infrastructure as Code project? - Initialize a new workspace - Configure AWS provider