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

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

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

  • @xiaoredix
    @xiaoredix 5 месяцев назад +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

  • @TheJunkmailbot
    @TheJunkmailbot 2 года назад +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 2 года назад

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

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

      ​@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 Год назад

      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.😅

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

      @@omoniyisola323 Helped a lot, thanks 😅

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

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

  • @learnwithfish
    @learnwithfish Год назад +1

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