Skip to content

Architecting AWS with Terraform, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Architecting-AWS-with-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Architecting AWS with Terraform

Architecting AWS with Terraform

This is the code repository for Architecting AWS with Terraform, published by Packt.

Automate AWS infrastructure with Terraform using streamlined frameworks and best practices

What is this book about?

This book covers the following exciting features:

  • Get to grips with Terraform frameworks and best practices
  • Use Terraform providers and modules
  • Develop your first AWS resource in Terraform
  • Build an infrastructure project with Terraform
  • Govern an infrastructure project in Terraform
  • Deploy Terraform projects to AWS with CI/CD

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter04.

The code will look like the following:

resource "azurerm_sql_database" "main" { 
   name = "primary-instance" 
   settings { 
       tier = " " 
}

Following is what you need for this book: This book is for cloud and DevOps engineers, developers, and architects responsible for writing or designing infrastructure as code to deploy resources in AWS. You are expected to have a basic understanding of AWS and should have experience deploying resources through the user interface (UI).

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

Chapter Software required OS required
1-15 Terraform Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Erol Kavas has worked in the IT industry for more than 20 years, with 10 years dedicated to infrastructure, the cloud, and DevOps. He has helped many Canadian and US enterprises and governments to build their cloud foundations and embark upon their containerization and Kubernetes journeys. He is fully certified on AWS, Azure, Google Cloud Platform, and Kubernetes in all disciplines. He is a partner and chief consultant in a DevOps and cloud consulting firm that helps Canadian and US start-ups in their cloud and DevOps journeys. He is also a Microsoft Certified Trainer (MCT) regional lead for Canada and trains many new cloud professionals at CloudCamp.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781803248561

About

Architecting AWS with Terraform, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages