Terraform AWS Secrets handling

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 39

  • @George-mk7lp
    @George-mk7lp 2 года назад +6

    you terraform videos are one of the best in RUclips, thanks for what you doing

  • @anilkommalapati6248
    @anilkommalapati6248 2 года назад +2

    You are a DevOps GEM. The beauty of your videos all are documented which I can refer quickly and practise seamlessly . GOD BLESS YOU Raahul.

    • @RahulWagh
      @RahulWagh  2 года назад

      You are a welcome anil, enjoy learning

  • @paragchaudhari4370
    @paragchaudhari4370 7 месяцев назад

    your videos are very helpful for real time time , thank you

    • @RahulWagh
      @RahulWagh  7 месяцев назад

      Glad you like them!

  • @flesz_
    @flesz_ 2 года назад

    Thanks. It would also be worth mentioning the order of processing if you have the credentials stored in more than one location

  • @chaseryder
    @chaseryder 2 года назад

    Great explanation; thank you sir. Subscribed.

  • @lakshmanakumar1594
    @lakshmanakumar1594 2 года назад +1

    Tq for your Support...it's very clear. And so cool....can you make a video on configmap and Devsecops concepts...

  • @suvankarbhattacharya5705
    @suvankarbhattacharya5705 Год назад

    But where are we going to store our credential file for that?Shall we use vault?

  • @Akashma7198
    @Akashma7198 Год назад

    So everytime we need to export these access key and secret access key?
    for an example my manager don't want to give me these credential because i can leak this confidential data, and he wanted me to create some resources on aws cloud, so how can we do that

  • @TrendAI4U
    @TrendAI4U 2 года назад +2

    Hi, can you explain how to make terraform instead of aws system manager for patching?

    • @RahulWagh
      @RahulWagh  2 года назад

      You are question is bit confusion can you elaborate a bit more what is your scenario?

  • @syamvadlamudi8210
    @syamvadlamudi8210 2 года назад

    Please explain about production ready env to use the vault credentials as you said.

    • @RahulWagh
      @RahulWagh  2 года назад +1

      I need to prepare a separate session for that it will be a long one

    • @syamvadlamudi8210
      @syamvadlamudi8210 2 года назад

      Thanks a lot sir, your explanation is very understandable for beginners

  • @yogithakakarla1716
    @yogithakakarla1716 2 года назад +1

    Any other method other than these 3 sir.?? Because these are also not approved in my project

    • @RahulWagh
      @RahulWagh  2 года назад

      I would recommend using hashicorp vault for managing the secrets. Here is the blog post which you can follow - jhooq.com/hashi-vault-aws-secret-terraform/

  • @aloksrivastava1371
    @aloksrivastava1371 2 года назад

    Your terraform videos are good and best part is documentation. I have a question on best practice on following:
    Have 3 separated environments- Dev, qa, prod
    In Dev : 4 RDS instances
    In qa: 2 RDS
    Prod : 2 RDS
    RDS in an environment should not impact another RDS while any config changes.
    What would be the best way to manage such cases with minimum operational work but want to follow DRY approach?

  • @vijjisanthi1922
    @vijjisanthi1922 2 года назад

    Currently we are using aws keys on terraform but we need to export from jenkins how to do that

  • @datainference9239
    @datainference9239 2 года назад

    can u please make a video on how can handle the keys or service account file in terraform cloud

    • @RahulWagh
      @RahulWagh  2 года назад

      I will make a note of the topic, once i start preparing on terraform cloud then i will make sure creae one on keys and service account file

  • @rohitbisht7189
    @rohitbisht7189 2 года назад +1

    I am getting provider aws error in line one..after terraform plan

    • @RahulWagh
      @RahulWagh  2 года назад

      Did you run terraforming init before?

  • @hemantpharande2567
    @hemantpharande2567 2 года назад +1

    how to search path of /.aws/credential file?
    1. in our personal windows laptop
    2. in our aws ec2 machine with amazonlinux2 os

    • @RahulWagh
      @RahulWagh  2 года назад

      Refer to this doc for searching the credentials file - docs.aws.amazon.com/sdkref/latest/guide/file-location.html

    • @hemantpharande2567
      @hemantpharande2567 2 года назад

      @@RahulWagh thank you

  • @vijjisanthi1922
    @vijjisanthi1922 2 года назад

    How can I add env from jenkins sir?

    • @RahulWagh
      @RahulWagh  2 года назад

      There is provision to add secrets and env variables in jenkins which you can use

  • @rajdilip4611
    @rajdilip4611 2 года назад

    It would be helpful if you take the other case of creating a terraform script to store the secrets like password in secret manager without hardcoding

  • @abheeshekjain6627
    @abheeshekjain6627 2 года назад

    Hello Mr Rahul, so how is different than `Profile` ?

    • @RahulWagh
      @RahulWagh  2 года назад +1

      Profile you need to use when you have multiple environments like dev qa stg

    • @abheeshekjain6627
      @abheeshekjain6627 2 года назад

      @@RahulWagh thank you. Where can know more on the Environment variables Exported from Terraform?

  • @kp490
    @kp490 Год назад

    How to create and store secrets in secret manager

  • @Gsai-fn9uj
    @Gsai-fn9uj 2 года назад

    Can you explain about terragrunt

    • @RahulWagh
      @RahulWagh  2 года назад +1

      Here is the guide if you are interested- jhooq.com/terragrunt-guide/ , but I am planning to prepare a session next week on terraform so keep visiting the channel

    • @abheeshekjain6627
      @abheeshekjain6627 2 года назад

      @@RahulWagh Thanks I have seen the Terragrunt tutorial and it was very helpful. I am commenting here as it might relate as well if you can please explain functional difference or the application of Terraspace compared to Terragrunt?
      thank you