Create a Hashicorp Vault cluster (on AWS) in 2 Terraform applies

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 8

  • @xiaoredix
    @xiaoredix Před 2 měsíci +1

    Hello. Many thanks for sharing. Very interesting tuto to have Vault Cluster deployed on AWS. But what's about the EC2 class for storage ? Only large configurations are supported for clustering ? Thanks

  • @learnwithfish
    @learnwithfish Před 11 měsíci +1

    Why are we doing it on VMs vs on Containers? Would it not be a cleaner and less expensive solution on containers?

  • @TheJunkmailbot
    @TheJunkmailbot Před 2 lety +1

    Thanks for this great tutorial. Just one question.. If I want to access the Vault UI externally, how can I? I've tried all the public Elastic IP addresses with port 8200/8201. The output of vault status shows the URL as using a private IP from the instance.. I'm fairly new to AWS and Terraform so I'm sure it's a fairly obvious answer, but any help is greatly appreciated.

    • @LtdJorge
      @LtdJorge Před 2 lety

      your vault config has to bind HTTP traffic to a public IP.

    • @maxcellayim8483
      @maxcellayim8483 Před rokem

      ​@LtdJorge I tried accessing vault on the ui with load balancer, it keeps failing with an error saying took too long to respond. Anything I need to know?

    • @omoniyisola323
      @omoniyisola323 Před rokem

      He used an Internal facing LB. If you would like to play around, change it to public facing LB and use public subnets for you instances. You should be able to access the Vault using the LB dns. It took me a very long time to figure this out as well.😅

    • @sopioberishvili682
      @sopioberishvili682 Před rokem

      @@omoniyisola323 Helped a lot, thanks 😅

  • @shabanaazmi134
    @shabanaazmi134 Před 2 lety

    May I know where is template folder/file(.tpl) Please in your github repo?