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
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 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?
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.😅
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
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.
your vault config has to bind HTTP traffic to a public IP.
@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?
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.😅
@@omoniyisola323 Helped a lot, thanks 😅
May I know where is template folder/file(.tpl) Please in your github repo?
Why are we doing it on VMs vs on Containers? Would it not be a cleaner and less expensive solution on containers?