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

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2023
  • In this video, we’re going to show you how to easily manage RDS credentials using Terraform. By using Terraform, we’ll be able to automatically create, delete, and refresh RDS credentials and resources with a simple configuration file.
    If you're managing RDS credentials for your AWS instances, then you'll want to check out this video! By using Terraform, we'll be able to make the process of managing RDS credentials much easier. Thanks for watching!
    github link 🚀
    github.com/gitmurali/terrafor...
    Terraform link 🚀
    registry.terraform.io/provide...
    Join this channel to get access to perks:
    / @awsclouddemos
    🚀 Website : muraliprashanth.me
    🚀 Connect me on LinkedIn: / gomurali
    🚀 Follow me on GitHub: github.com/gitmurali
    🚀 Mail Me: info@muraliprashanth.me
    #aws #amazonwebservices
  • НаукаНаука

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

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

    Thank you. More terraform stuff please

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

    Thank you, this was helpful.

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

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

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

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

  • @MatheusFornazieri
    @MatheusFornazieri 17 дней назад

    what happen if you re-deploy the terraform code ?

    • @awsclouddemos
      @awsclouddemos  15 дней назад

      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.