null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Terraform in Action

List Price: $49.99
SKU:
9781617296895
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Scott Winkler
    Format:
    Paperback
    Pages:
    408
    Publisher:
    Manning (July 6, 2021)
    Language:
    English
    ISBN-13:
    9781617296895
    ISBN-10:
    1617296899
    Weight:
    24oz
    Dimensions:
    7.375" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Series:
    In Action
    Case Pack:
    20
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach.

    Summary

    In Terraform in Action you will learn:

        Cloud architecture with Terraform
        Terraform module sharing and the private module registry
        Terraform security in a multitenant environment
        Strategies for performing blue/green deployments
        Refactoring for code maintenance and reusability
        Running Terraform at scale
        Creating your own Terraform provider
        Using Terraform as a continuous development/continuous delivery platform

    Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. You’ll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    Provision, deploy, scale, and clone your entire stack to the cloud at the touch of a button. In Terraform, you create a collection of simple declarative scripts that define and manage application infrastructure. This powerful infrastructure-as-code approach automates key tasks like versioning and testing for everything from low-level networking to cloud services.

    About the book

    Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Using practical, relevant examples, you’ll use Terraform to provision a Kubernetes cluster, deploy a multiplayer game, and configure other hands-on projects. As you progress to advanced techniques like zero-downtime deployments, you’ll discover how to think in Terraform rather than just copying and pasting scripts.

    What's inside

        Cloud architecture with Terraform
        Terraform module sharing and the private module registry
        Terraform security in a multitenant environment
        Strategies for performing blue/green deployments

    About the reader

    For readers experienced with a major cloud platform such as AWS. Examples in JavaScript and Golang.

    About the author

    Scott Winkler is a DevOps engineer and a distinguished Terraform expert. He has spoken multiple times at HashiTalks and HashiConf, and was selected as a HashiCorp Ambassador and Core Contributor in 2020.

    Table of Contents

    PART 1 TERRAFORM BOOTCAMP
    1 Getting started with Terraform
    2 Life cycle of a Terraform resource
    3 Functional programming
    4 Deploying a multi-tiered web application in AWS
    PART 2 TERRAFORM IN THE WILD
    5 Serverless made easy
    6 Terraform with friends
    7 CI/CD pipelines as code
    8 A multi-cloud MMORPG
    PART 3 MASTERING TERRAFORM
    9 Zero-downtime deployments
    10 Testing and refactoring
    11 Extending Terraform by writing a custom provider
    12 Automating Terraform
    13 Security and secrets management