وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
1

Let’s Learn Terraform in GCP

سرفصل های دوره

Learn to use Terraform in GCP by practice, build and deploy your configuration in Google Cloud Platform!


1. Introduction
  • 1. Introduction
  • 2. Your instructors profile
  • 3. Required experience and profile prior to taking this course
  • 4.1 Google Cloud Architecture DIagramming Tool.html
  • 4.2 Google Cloud Shell.html
  • 4.3 Visual Studio Code download page.html
  • 4. My environment and toolset setup

  • 2. Getting started with Terraform
  • 1.1 Purpose of Terraform State.html
  • 1.2 Terraform official website.html
  • 1. Introduction to Terraform
  • 2.1 Terraform download page.html
  • 2. Download and install Terraform on Linux and Windows
  • 3.1 Install the gcloud CLI.html
  • 3. Running Terraform from Google Cloud Shell
  • 4. Setting up the required service accounts for Terraform in GCP
  • 5. Create the Google Cloud Storage Bucket for Terraform state
  • 6. Setup the required IAM permissions for Terraform in GCP
  • 7. Setup your billing account for GCP and Terraform
  • 8. Setup the Terraform files and environment

  • 3. Basics of Terraform
  • 1.1 GitHub Course Terraform files and repository.html
  • 1. Terraform provider and backend
  • 2.1 GitHub Course Terraform files and repository.html
  • 2. The file structure and basic commands of Terraform
  • 3. How to name and reference resources in Terraform
  • 4. Understanding Terraform commands output
  • 5. Terraform variables
  • 6. Working with structured and complex variables
  • 7. Using terraform.tfvars file to manage the variables
  • 8. Working with outputs
  • 9. Test your knowledge.html

  • 4. Creating and managing GCP resources using Terraform
  • 1.1 gcp-deployment-use-case-1-basic.zip
  • 1.2 gcp-deployment-use-case-2-scalable.zip
  • 1.3 Google Cloud - Terraform on Google Cloud documentation.html
  • 1.4 Terraform - Google Cloud Platform Provider.html
  • 1. Important references for Terraform and GCP and the course use case
  • 2.1 tf core project-state bucket.zip
  • 2.2 tf core project.zip
  • 2. Preparing our environment and managing the state backend
  • 3.1 use case folder structure.zip
  • 3. Creating folders and projects in GCP using Terraform
  • 4.1 lets learn terraform in gcp - resource manager api path.zip
  • 4. Enable and disable services in GCP projects using Terraform
  • 5. Setup project budgets and alerts in GCP using Terraform
  • 6. Create and share VPCs in GCP using Terraform
  • 7. Manually setup the required Shared VPC IAM permissions
  • 8. Creating Compute Engine VMs in GCP using Terraform
  • 9. Working with Google Cloud Storage using Terraform

  • 5. Working with Managed Instance Groups in GCP using Terraform
  • 1.1 mig components.zip
  • 1.2 Terraform google compute health check.html
  • 1.3 Terraform google compute instance template.html
  • 1.4 Terraform google compute region instance group manager.html
  • 1. The components to create managed instance groups in GCP using Terraform
  • 2.1 Google Cloud Using startup scripts on Linux VMs.html
  • 2. Create VM instance templates in GCP using Terraform
  • 3. Create health checks in GCP using Terraform
  • 4.1 igm takes instance template and hc.zip
  • 4. Create a managed instance group in GCP using Terraform
  • 5. Configure managed instance groups to autoscale in GCP using Terraform

  • 6. Load balancing and network services in GCP using Terraform
  • 1.1 gcp global lb components.zip
  • 1.2 Google Cloud Health checks overview.html
  • 1.3 Terraform google compute backend service.html
  • 1.4 Terraform google compute global address.html
  • 1.5 Terraform google compute global forwarding rule.html
  • 1.6 Terraform google compute health check.html
  • 1.7 Terraform google compute managed ssl certificate.html
  • 1.8 Terraform google compute target https proxy.html
  • 1.9 Terraform google compute url map.html
  • 1. Load Balancing components in GCP and Terraform
  • 2.1 nip.io.html
  • 2. Creating a global HTTPS load balancer in GCP using Terraform
  • 3. Configure VPC firewall rules in GCP using Terraform
  • 4.1 Terraform google compute router nat.html
  • 4.2 Terraform Planning options (-replace=TARGET).html
  • 4. Creating NAT Gateways in GCP using Terraform

  • 7. Optimizing Terraform Configuration Logic and Workflow
  • 1.1 Terraform Random Provider.html
  • 1.2 Terraform The lifecycle Meta-Argument.html
  • 1. Working with Terraform lifecycle
  • 2.1 Terraform Random Provider.html
  • 2. Using the random provider in Terraform
  • 3.1 Terraform time sleep (Resource).html
  • 3. Improve Terraform apply behavior and resource creation logic
  • 4. Improve Terraform apply behavior and resource creation logic p.2
  • 5. Test your knowledge.html

  • 8. Working with Google Cloud SQL in GCP using Terraform
  • 1.1 Google Cloud Configure private services access.html
  • 1.2 Terraform google sql database instance.html
  • 1. Working with Cloud SQL in GCP using Terraform - section plan
  • 2.1 Terraform google compute global address.html
  • 2.2 Terraform google service networking connection.html
  • 2.3 Terraform google sql database.html
  • 2.4 Terraform google sql database instance.html
  • 2.5 Terraform google sql user.html
  • 2. Overview on Google Cloud SQL Terraform documentation
  • 3. Creating private VPC connections in GCP using Terraform
  • 4. Create Google Cloud SQL instances in GCP using Terraform

  • 9. IAM, IAP, and service accounts management using Terraform
  • 1.1 Terraform IAM policy for projects.html
  • 1. Introduction to IAM management in GCP using Terraform
  • 2.1 Terraform IAM policy for projects.html
  • 2. Working with iam policy to manage GCP IAM using Terraform
  • 3.1 Terraform import.html
  • 3.2 Terraform state rm.html
  • 3. How to use Cloud Asset Inventory and Terraform import to recover lost IAM roles
  • 4.1 Terraform IAM policy for projects.html
  • 4. Working with iam binding to manage GCP IAM using Terraform
  • 5.1 Terraform Basic CLI Features Switching working directory with -chdir.html
  • 5. Working with iam member to manage GCP IAM using Terraform
  • 6.1 Google Cloud Identity-Aware Proxy overview.html
  • 6.2 Youtube My IAP playlist.html
  • 6. Overview on Identity-Aware Proxy in GCP and Terraform
  • 7.1 Google Cloud Identity-Aware Proxy overview.html
  • 7.2 iap-mig-scenario.zip
  • 7.3 Terraform google iap tunnel instance iam.html
  • 7. Overview on IAP use case in GCP to be implemented using Terraform
  • 8. Enable IAP in GCP using Terraform to allow secure access to Compute Engine VMs
  • 9. Configure the required IAM permissions for IAP in GCP using Terraform
  • 10. Creating custom IAM roles in GCP using Terraform
  • 11.1 Google Cloud Best practices for managing service account keys.html
  • 11.2 Google Cloud Best practices for using service accounts.html
  • 11.3 Terraform google service account key.html
  • 11. Creating service accounts in GCP using Terraform
  • 12. Creating and exporting service accounts keys in GCP using Terraform

  • 10. Securing GCP deployments with Secret Manager and Cloud Armor using Terraform
  • 1.1 Terraform (Data Source) google secret manager secret version.html
  • 1.2 Terraform google secret manager secret.html
  • 1. Overview on Google Secret Manager in GCP and Terraform
  • 2.1 Terraform google secret manager secret.html
  • 2. Enable the Secret Manager service and create a secret in GCP using Terraform
  • 3.1 Terraform (Data Source) google secret manager secret version.html
  • 3. Creating secret versions in a secret in GCP using Terraform
  • 4.1 Google Cloud Configure custom rules language attributes.html
  • 4.2 Google Cloud Configure Google Cloud Armor security policies.html
  • 4.3 Google Cloud How Google Cloud blocked the largest Layer 7 DDoS attack at 46 million rps.html
  • 4.4 Terraform Dynamic Blocks.html
  • 4.5 Terraform google compute security policy.html
  • 4. Overview on Google Cloud Armor configuration in Terraform
  • 5.1 Google Cloud Cloud Armor Security policy overview.html
  • 5.2 Terraform google compute security policy.html
  • 5. Creating Google Cloud Armor configuration in GCP using Terraform

  • 11. Using modules in Terraform
  • 1.1 Terraform Modules.html
  • 1. Introduction to Modules in Terraform
  • 2. How to build a module in Terraform
  • 3. Demo 1 - Building a module in Terraform to create GCP projects
  • 4. Demo 2 - Import existing GCP resources as modules into Terraform state
  • 5. Demo 3 - Managing VM instances in GCP using Terraform modules
  • 6.1 GitHub Google Cloud and HashiCorp Terraform modules for Google Cloud.html
  • 6.2 GitHub Google Cloud Foundation Fabric Modules.html
  • 6.3 Google Cloud Terraform blueprints and modules for Google Cloud.html
  • 6.4 Terraform Registry Google Cloud Modules.html
  • 6. Using Google provided Terraform modules

  • 12. Introduction to Google Cloud Foundation Fabric
  • 1.1 GitHub Google Cloud Foundation Fabric.html
  • 1. Introduction to Google Cloud Foundation Fabric
  • 2. Getting started with Fabric FAST
  • 3. Fabric FAST stage 0-bootstrap
  • 4. Fabric FAST stage 1-resman
  • 5. Fabric FAST stage 2-networking-x
  • 6.1 GitHub Google Cloud Foundation Fabric FAST - 2-security stage.html
  • 6. Fabric FAST stage 2-security
  • 7.1 Pulumi documentation.html
  • 7. Fabric FAST stage 3-project-factory
  • 8.1 fabric fast deployment architecture-no projects.zip
  • 8.2 Google Cloud Set up Cloud Identity as a Google Cloud admin.html
  • 8.3 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 8. Fabric FAST - Demo 1 - use case and Cloud Identity setup
  • 9.1 Fabric FAST LAB Customization guide to add a staging environment.pdf
  • 9.2 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 9. Fabric FAST - Demo 2 - 00-bootstrap
  • 10.1 Fabric FAST LAB Customization guide to add a staging environment.pdf
  • 10.2 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 10. Fabric FAST - Demo 3 - 01-resman
  • 11.1 Fabric FAST LAB Customization guide to add a staging environment.pdf
  • 11.2 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 11. Fabric FAST - Demo 4 - 02-networking-c-nva
  • 12.1 fabric fast deployment architecture-no projects.zip
  • 12.2 Fabric FAST LAB Customization guide to add a staging environment.pdf
  • 12.3 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 12. Fabric FAST - Demo 5 - 03-project-factory
  • 13.1 Fabric FAST LAB Customization guide to add a staging environment.pdf
  • 13.2 GitHub FAST deployment clean up.html
  • 13.3 Google Docs Fabric FAST LAB Customization guide to add a staging environment.html
  • 13. Fabric FAST - Demo 6 - cleanup

  • 13. Closing and next steps
  • 1. Closing and the next steps
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 37421
    حجم: 10574 مگابایت
    مدت زمان: 1030 دقیقه
    تاریخ انتشار: ۲۰ خرداد ۱۴۰۳
    دسته بندی محصول
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید