How to Secure AWS Credentials in Terraform | Terraform Tutorial for Beginners | Terraform Bootcamp

How to Secure AWS Credentials in Terraform | Terraform Tutorial for Beginners | Terraform Bootcamp | 09
Hey folks,
Welcome back to the 9th video in the series "Terraform Tutorial for Beginners | Terraform Bootcamp". In this video, we are going to talk about How to Secure AWS Credentials in Terraform
AWS CLI - aws.amazon.com/cli/
Environment variables to configure the AWS CLI - docs.aws.amazon.com/cli/lates...
LogicOps Lab - / @logicopslab
LogicOps Lab - Hindi - / @logicopslabhindi
GitHub - bit.ly/3lsUjdE
Twitter - ​ / logicopslab
Instagram - bit.ly/3tJ9Jyf
Facebook - bit.ly/3ziMoVq
Like | Share | Subscribe | Follow
how to secure aws credentials in terraform,aws credentials in terraform,terraform bootcamp,terraform tutorial for beginners aws,terraform tutorial for beginners,how to learn terraform for aws,how to learn terraform for beginners,how to learn terraform quickly,secure aws credentials in terraform,how can I secure aws credentials in terraform,ways to secure aws credentials in terraform,how to secure aws credentials in terraform using terraform.tfvars file

Пікірлер: 8

  • @buddytintin
    @buddytintin Жыл бұрын

    Please complete the series soon. Your explanation skills are very good.

  • @LogicOpsLab

    @LogicOpsLab

    Жыл бұрын

    As soon as possible. Will be done by the end of this month.

  • @alappara_kelappurom778
    @alappara_kelappurom7788 ай бұрын

    Here, which one is the best practice according to industry standards? How do they handle secrets while the code is in production?

  • @LogicOpsLab

    @LogicOpsLab

    8 ай бұрын

    We use Env Variables, Terraform Input Vars, External Secret Management Tools, etc

  • @venkatrajeshtalasila7919
    @venkatrajeshtalasila7919 Жыл бұрын

    What if state file is lost ( not even remote backup and lost completely), in this scenario how to retrieve the state file

  • @LogicOpsLab

    @LogicOpsLab

    Жыл бұрын

    Losing the state file in Terraform can be a challenging situation, as the state file is essential for managing and tracking infrastructure changes. However, there are a few steps you can take to attempt to retrieve the state file: Check backups: If you have a backup system in place, search for a recent backup that includes the state file. Look for backups of the directory or storage location where you stored the state file. Version control: If you have been using version control systems like Git, check your repository history for the state file. If it was previously committed and pushed to a remote repository, you may be able to retrieve it from there. Collaborators or team members: If you have been collaborating with other team members or colleagues, check if any of them have a copy of the state file. They might have a local copy or a backup that they can share with you. Recreate the state file: If all other options fail, you might need to recreate the state file. This process involves inspecting your infrastructure resources, comparing them to the actual deployed resources, and manually reconstructing the state file. This can be time-consuming and prone to errors, so it's important to be meticulous during this process. In the future, it is recommended to follow best practices for managing Terraform state files, such as storing them securely, using remote backends (like Terraform Cloud or AWS S3) to store the state file, and implementing regular backups to prevent the loss of critical infrastructure state information.

  • @kankanalasrikanthreddy4367
    @kankanalasrikanthreddy4367 Жыл бұрын

    where did we use export command ???

  • @LogicOpsLab

    @LogicOpsLab

    Жыл бұрын

    We did not, I was telling about the scenario.

Келесі