Mastering AWS Secrets Manager: Effortlessly manage RDS credentials using Terraform 🚀

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

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

  • @prabhusamarla
    @prabhusamarla Месяц назад

    I really liked the way your explained, by coding from scratch. I have followed your video and able to create RDS with kms and secrets. Thanks

  • @sudo-bandit
    @sudo-bandit Год назад

    Thank you. More terraform stuff please

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

    Thank you, this was helpful.

  • @mariamben2694
    @mariamben2694 19 дней назад

    What extension is used to auto complete the entire block when defining a new resource ? (I'am referring to the "tf-aws-resource-secretsmanager-secret" for example)

  • @satyaprakash8114
    @satyaprakash8114 3 месяца назад

    Thanks Bhai

  • @harpreetsandhu2452
    @harpreetsandhu2452 8 месяцев назад

    great video. may i know what extension are you using for terraform. TIA.

  • @Saibaba-g1u
    @Saibaba-g1u 2 месяца назад

    is there any chance to fetch the existing secret to created new RDS dynamically , if there is no existed secret it should create new secret for that RDS through terraform , this complete process should be in terraform code only . do you have any video or document for this . here we can find the way the secret existed or not through the naming convention of secret .

  • @Francis-np7ft
    @Francis-np7ft 9 месяцев назад

    great tutorial, is there a way to dynamically provision the rds endpoint , via template file to wp-config file?

  • @MatheusFornazieri
    @MatheusFornazieri 5 месяцев назад +1

    It's not automaticaly rotating the password, this code just create the secrets and store it on AWS Secret manager.

  • @MatheusFornazieri
    @MatheusFornazieri 6 месяцев назад

    what happen if you re-deploy the terraform code ?

    • @awsclouddemos
      @awsclouddemos  5 месяцев назад

      it doesn't recreate all those resources again instead it checks for state and only make changes if they are newly added, deleted or if you have changed something to your resources.