Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Jquery & JavaScript
    • Git
    • Selenium
  • Log & Monitor
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
  • Toggle search form

Category: AWS – Amazon Web Service

[Terraform] Error: Error acquiring the state lock

Posted on June 5, 2022 By nim No Comments on [Terraform] Error: Error acquiring the state lock
[Terraform] Error: Error acquiring the state lock

Nếu bạn bị lỗi Đầu tiên là hỏi có đang run terraform. Nếu không thì gõ lệnh sau.

AWS - Amazon Web Service, GCP - Google Cloud, Terraform

[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2

Posted on May 24, 2022May 30, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2
[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2

Để dễ hiểu hơn về VPC trên AWS thì bạn tham khảo video sau:Bài 31: AWS VPC 1 Thiết kế mạng riêng bảo mật cho doanh nghiệp trên AWS/Cloud 1) Introduction to VPCs 1.1) Creating the VPC On Amazon AWS, you have a default VPC (Virtual Private Network) created for you by AWS to launch…

Read More “[Terraform] – Terraform Beginner – Lesson 9: Terraform with AWS – part 2” »

AWS - Amazon Web Service

[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS

Posted on May 10, 2022May 10, 2022 By nim No Comments on [Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS
[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS

Ở bài về beginer terraform mình đã hướng dẫn cách tạo tài khoản AWS free 1 năm 1) Create account and login console Lúc này user của bạn sẽ là user rootĐa số ta sẽ được khuyên là sửa sử dụng user root càng ít càng tốt. Vậy giờ chúng ta vào mục tiếp theo…

Read More “[Terraform] Infrastructure Automation With Terraform – Lesson 1: Setup AWS” »

AWS - Amazon Web Service

[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions

Posted on May 8, 2022May 30, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions
[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions

1) More Terraform Functions 1.1) Numeric Functions 1.2) String Functions 1.3) Collection Functions 1.4) Map Functions 2) Operator and Conditional Expressions 2.1) Numeric Operators 2.2) Equality Operators. 2.3) Comparison Operators. 2.4) Logical Operators 3) Terraform Workspaces (OSS) Bạn có nhiều project A, B, C thì thì nó chỉ khách nhau về variable thì chúng ta…

Read More “[Terraform] – Terraform Beginner – Lesson 8: Terraform Functions and Conditional Expressions” »

AWS - Amazon Web Service

[Terraform] – Terraform Beginner – Lesson 7: Terraform Modules

Posted on May 5, 2022May 11, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 7: Terraform Modules

1) What are modules? 2) Creating and Using a Module 3) Using Modules from the Registry Ngoài việc tự viết các module private thì chúng ra cũng có registry và ở đó thì chứa các module public. 4) Module from Github Mình mới thấy lấy module từ github nữa -> để khi nào thửtham khảo…

Read More “[Terraform] – Terraform Beginner – Lesson 7: Terraform Modules” »

AWS - Amazon Web Service, Terraform

[Terraform] – Terraform Beginner – Lesson 6: Terraform Import, Tainting Resources, and Debugging

Posted on May 4, 2022May 4, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 6: Terraform Import, Tainting Resources, and Debugging
[Terraform] – Terraform Beginner – Lesson 6: Terraform Import, Tainting Resources, and Debugging

1) Terraform Taint Bạn có thể untaint 2) Debugging Chúng ta có nhiều levels về log debug Bạn cũng có thể output debug ra file. 3) Terraform Import Vậy câu hỏi làm sao chúng ta có thể bằng các resource A và B vào terraform? Các đầu tiên ta sử dụng datasource để lấy được…

Read More “[Terraform] – Terraform Beginner – Lesson 6: Terraform Import, Tainting Resources, and Debugging” »

AWS - Amazon Web Service

[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2

Posted on May 3, 2022June 5, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2
[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2

1) Introduction to AWS EC2 Nhắc đến EC2 thì anh em hiểu đơn giản đó là một máy áo trên AWS. Nếu anh em còn xa lạ với Ec2 thì coi clip bên dưới. Anh em có thể làm theo video để hiểu thêm. Tiếp đến là anh em tìm hiểu về AMI. Nếu như…

Read More “[Terraform] – Terraform Beginner – Lesson 5: Terraform Provisioners and creating EC2” »

AWS - Amazon Web Service, Uncategorized

[Terraform] – Terraform Beginner – Lesson 4: Remote State

Posted on May 3, 2022May 3, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 4: Remote State
[Terraform] – Terraform Beginner – Lesson 4: Remote State

1) What are Remote State and State Locking. Như ở các bài trườc mình đã mô tả, khi bạn chạy terraform thì nó cũng sinh ra file terraform.tfstate.và terraform.tfstate sẽ có các mapping với hệ thông thật trên cloud. 2) Remote Backends with S3 https://www.terraform.io/language/settings/backends/s3 2.1) Prepare. 2.1.1) S3 – Bucket Bạn có thể tạo…

Read More “[Terraform] – Terraform Beginner – Lesson 4: Remote State” »

AWS - Amazon Web Service

[Terraform] – Terraform Beginner – Lesson 3: Terraform with AWS

Posted on May 2, 2022May 2, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 3: Terraform with AWS
[Terraform] – Terraform Beginner – Lesson 3: Terraform with AWS

1) Demo Setup an AWS Account. Để register and init setup account AWS thì bạn đọc bài viết này 2) Introduction to IAM Để hiểu sơ sơ về IAM thì mình xin giới thiếu các bạn 1 video. Tiếp đến là phần hướng dẫn của mình. Từ user root sẽ tạo ra 4 user IAM….

Read More “[Terraform] – Terraform Beginner – Lesson 3: Terraform with AWS” »

AWS - Amazon Web Service

[Terraform] – Terraform Beginner – Lesson 2: Working with Terraform.

Posted on May 1, 2022May 24, 2022 By nim No Comments on [Terraform] – Terraform Beginner – Lesson 2: Working with Terraform.
[Terraform] – Terraform Beginner – Lesson 2: Working with Terraform.

1) Terraform Commands Ngoài các câu lệnh chúng ta hay chạy gồm:terraform initterraform planterraform apply thì mình thấy có 1 số câu lệnh nữa.nêu bạn biết chức năng của các lệnh khác thì hay comment chỉ mình nhé! Đây là trường hợp nếu terraform của bạn khai báo bị lỗi Nó sẽ show current state…

Read More “[Terraform] – Terraform Beginner – Lesson 2: Working with Terraform.” »

AWS - Amazon Web Service, Terraform

Posts navigation

1 2 Next
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • [Argocd/Vault] Integrate Vault inside Argocd by the plugin July 1, 2022
  • [Vault] Using Service Acount of Kubernetes to login Vault system. June 28, 2022
  • Protected: My Assignment  June 24, 2022
  • [Spinnaker] Spinnaker writes too many logs – Reduce spinnaker log level June 22, 2022
  • [Jenkins] Jobs will be created automatically by Jenkins Job Builder June 20, 2022

Archives

  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Jenkins
    • Spinnaker
  • Coding
    • Git
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2022 NimTechnology.