Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Journey to HashiCorp Certified: Terraform Associate (002)

27 Aug 2022 »

https://www.hashicorp.com/certification/terraform-associate

  • Preparing for the Exam
    • Tutorial list
      • https://learn.hashicorp.com/collections/terraform/certification-associate-tutorials
    • how i passed the terraform associate certification in 2 weeks after failing it
      • https://www.terraform.io/docs
      • https://www.terraform-best-practices.com/
      • https://notes.rishab.cloud/terraform-associate
      • https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a
      • HashiCorp Terraform Associate Certification Course - Pass the Exam!
        • https://youtu.be/V4waklkBC38

Terraform for the Absolute Beginners with Labs

download

https://www.terraform.io/downloads

curl -O https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_linux_amd64.zip
unzip terraform_1.2.8_linux_amd64.zip
mv terraform /usr/bin/

  • general
    • init
    • plan
    • apply
    • fmt
    • mirror
  • iam commands
    • aws --endpoint http://aws:4566 iam list-users
    • aws --endpoint http://aws:4566 iam create-user --user-name mary
    • aws --endpoint http://aws:4566 iam attach-user-policy --user-name mary --policy-arn arn:aws:iam::aws:policy/AdministratorAccess
    • aws --endpoint http://aws:4566 iam create-group --group-name project-sapphire-developers
    • aws --endpoint http://aws:4566 iam add-user-to-group --user-name jack --group-name project-sapphire-developers
    • aws --endpoint http://aws:4566 iam add-user-to-group --user-name jill --group-name project-sapphire-developers
    • aws --endpoint http://aws:4566 iam attach-group-policy --group-name project-sapphire-developers --policy-arn arn:aws:iam::aws:policy/AmazonEC2FullAccess

How to pass hashicorp terraform associate certification

https://medium.com/bb-tutorials-and-thoughts/how-to-pass-hashicorp-terraform-associate-certification-d3620d04523e

  • Why should you take this exam
  • Any Prerequisites
  • About the exam
  • Where to register
  • How to train
  • Useful Tips and Tricks
  • Before the exam
  • During the exam
  • After the exam
  • Other Certifications To Consider
  • Conclusion

Exam Review - Terraform Associate Certification

https://learn.hashicorp.com/tutorials/terraform/associate-review

Study Guide - Terraform Associate Certification

https://learn.hashicorp.com/tutorials/terraform/associate-study

250 Practice Questions For Terraform Associate Certification

https://medium.com/bb-tutorials-and-thoughts/250-practice-questions-for-terraform-associate-certification-7a3ccebe6a1a