Architecting AWS with Terraform Design Resilient and Secure Cloud Infrastructures with Terraform on Amazon Web Services
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Kavas, E. (2023). Architecting AWS with Terraform: Design Resilient and Secure Cloud Infrastructures with Terraform on Amazon Web Services (1st edition.). Packt Publishing, Limited.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Kavas, Erol. 2023. Architecting AWS With Terraform: Design Resilient and Secure Cloud Infrastructures With Terraform On Amazon Web Services. Birmingham: Packt Publishing, Limited.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Kavas, Erol. Architecting AWS With Terraform: Design Resilient and Secure Cloud Infrastructures With Terraform On Amazon Web Services Birmingham: Packt Publishing, Limited, 2023.
Harvard Citation (style guide)Kavas, E. (2023). Architecting AWS with terraform: design resilient and secure cloud infrastructures with terraform on amazon web services. 1st edn. Birmingham: Packt Publishing, Limited.
MLA Citation, 9th Edition (style guide)Kavas, Erol. Architecting AWS With Terraform: Design Resilient and Secure Cloud Infrastructures With Terraform On Amazon Web Services 1st edition., Packt Publishing, Limited, 2023.
Staff View
Grouping Information
Grouped Work ID | f13e851a-82ef-8c53-8312-6b275a18c5f8-eng |
---|---|
Full title | architecting aws with terraform design resilient and secure cloud infrastructures with terraform on amazon web services |
Author | kavas erol |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:39:31AM |
Book Cover Information
Image Source | default |
---|---|
First Loaded | Feb 3, 2025 |
Last Used | Feb 3, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:27:34 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:26:57 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07146cam a22004697a 4500 | ||
---|---|---|---|
001 | on1414456199 | ||
003 | OCoLC | ||
005 | 20241217082536.0 | ||
006 | m o d | ||
007 | cr cnu|||||||| | ||
008 | 240106s2023 enk o 000 0 eng d | ||
020 | |a 9781803244372 | ||
020 | |a 1803244372 | ||
035 | |a (OCoLC)1414456199 | ||
037 | |a 9781803248561|b O'Reilly Media | ||
040 | |a EBLCP|b eng|c EBLCP|d ORMDA|d OCLCO|d EBLCP|d OCLCQ|d UKAHL|d OCLCQ|d TOH|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.585 | |
082 | 0 | 4 | |a 004.67/82|2 23/eng/20240109 |
100 | 1 | |a Kavas, Erol,|e author. | |
245 | 1 | 0 | |a Architecting AWS with Terraform|h [electronic resource] :|b Design Resilient and Secure Cloud Infrastructures with Terraform on Amazon Web Services /|c Erol Kavas. |
250 | |a 1st edition. | ||
260 | |a Birmingham :|b Packt Publishing, Limited,|c 2023. | ||
300 | |a 1 online resource (260 p.) | ||
500 | |a Description based upon print version of record. | ||
500 | |a How to design your first Terraform template in AWS | ||
505 | 0 | |a Cover -- Title Page -- Copyright -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction to IAC and Terraform in AWS -- Chapter 1: Understanding Patterns and Antipatterns of IaC and Terraform -- Introducing IaC -- Key principles of IaC -- Patterns and practices of IaC -- Source control and VCS -- Modules and versions -- Documentation -- Testing -- Security and compliance -- How to handle IaC projects -- IaC principles -- Version control systems for IaC -- Some common use cases of IaC -- Challenges and best practices with IaC | |
505 | 8 | |a How to make decisions about IaC projects -- The decision about where to store your code -- Summary -- Chapter 2: How Not to Use IaC and Terraform -- Terraform architecture and workflow -- Architecture -- Workflow -- To Compare with the Other IaC Tools -- Terraform versus CloudFormation -- What is AWS CloudFormation? -- Comparison and differences between Terraform and CloudFormation -- Terraform or CloudFormation -- which should I choose? -- Summary -- Chapter 3: Building Your First Terraform Project -- How to install Terraform -- Manual installation -- Popular package managers | |
505 | 8 | |a Verifying the installation -- How to install/prepare Terraform for AWS -- Prerequisites -- AWS CLI installation -- Creating an IAM user and credentials for Terraform -- Building your first Terraform configuration -- Building your first Terraform template -- Provisioning and testing your template -- Summary -- Chapter 4: Discovering Best Practices for Terraform IaC Projects -- How to maintain IaC projects with Terraform -- Follow a standard module structure -- Adopt a naming convention -- Use variables carefully -- Expose outputs -- Use data sources -- Leverage tfvars files | |
505 | 8 | |a Separate variables and inputs based on their functionality -- Limit the use of custom scripts -- Include helper scripts in a separate directory -- Put static files in a separate directory -- Protect stateful resources -- Use built-in formatting -- Limit the complexity of expressions -- Use count for conditional values -- Use for_each for iterated resources -- Publish modules to a registry -- How to execute IaC projects with Terraform -- How to secure IaC projects with Terraform -- Implementing Terraform in DevOps or cloud teams -- Summary -- Part 2: Become an Expert in Terraform with AWS | |
505 | 8 | |a Chapter 5: Planning and Designing Infrastructure Projects in AWS -- Terraform infrastructure project planning basics -- The speed benefits -- The risk management benefits -- Security, reusability, and governance -- Team skill sets -- The best candidates for automation -- The types of applications you'll be running -- The cost of automating too many tasks -- The critical nature of the code -- The need for software expertise -- The impact on agility -- Integration with existing infrastructure -- Goals and available resources -- The long-term plan -- Quality control and security | |
520 | |a Accelerate your business growth by employing Terraform for AWS projects with this comprehensive guide packed with practical implementation tips for start-ups, enterprises, and personal projects Key Features Learn Terraform on AWS from 12x AWS certified trainer Improve reusability and governance for large-scale Terraform projects Use infrastructure as code practices to fully automate AWS workloads Purchase of the print or Kindle book includes a free PDF eBook Book Description Infrastructure as code (IaC) and Terraform have become essential tools for managing cloud infrastructure and automating deployment processes. Mastering Terraform on AWS presents a step-by-step approach on how to master these tools and build a secure and scalable AWS infrastructure. The book starts with an introduction to patterns and anti-patterns of IaC and Terraform, explaining the common mistakes and pitfalls you must avoid. You'll then learn about the importance of planning and designing infrastructure projects in AWS and making informed decisions for projects in AWS Terraform. You'll find out how to implement Terraform in your projects and deploy serverless projects. Next, you'll be able to deploy containers in AWS with Terraform, exploring the best practices for Terraform IaC projects. You'll understand how you can leverage Terraform for enterprises, build Git workflows for IaC and Terraform projects, and automate deployment of Terraform projects. The last set of chapters will teach you how to govern AWS with Terraform and build a secure infrastructure. Finally, you'll discover how to achieve a perfect AWS infrastructure with Terraform. By the end of this book, you'll have gained a comprehensive understanding of the various aspects of Terraform and IaC, along with the knowledge required to build, manage, and deploy complex infrastructures on AWS. What you will learn 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 Who this book is for 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). | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
610 | 2 | 0 | |a Amazon Web Services (Firm)|9 391609 |
650 | 0 | |a Cloud computing.|9 78739 | |
650 | 0 | |a Computer networks|x Management.|9 76383 | |
776 | 0 | 8 | |i Print version:|a Kavas, Erol|t Architecting AWS with Terraform|d Birmingham : Packt Publishing, Limited,c2023 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781803248561/?ar|x O'Reilly|z eBook |
938 | |a Askews and Holts Library Services|b ASKH|n AH41888822 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL31012592 | ||
994 | |a 92|b VIA | ||
999 | |c 360295|d 360295 |