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

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • 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/git...
    Terraform link 🚀
    registry.terra...
    Join this channel to get access to perks:
    / @awsclouddemos
    🚀 Website : muraliprashant...
    🚀 Connect me on LinkedIn: / gomurali
    🚀 Follow me on GitHub: github.com/git...
    🚀 Mail Me: info@muraliprashanth.me
    #aws #amazonwebservices

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

  • @sudo-bandit
    @sudo-bandit 8 месяцев назад

    Thank you. More terraform stuff please

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

    Thank you, this was helpful.

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

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

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

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

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

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

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

    what happen if you re-deploy the terraform code ?

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

      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.