1
votes

I used the AWS HashiCorp Vault deployment guide which was very straight forward and useful. However, this uses the raft storage as a backend and I need to use consul for some of our own updated requirements. What is the best approach to adding consul to this existing deployment or should I redeploy from scratch?

1
Or I'm looking for a walkthrough guide on deploying vault and consul to AWS on EC2 or EKS, either would work fine just so long as it's highly available. - Wunderbread
there is this guide that mentions the consul -> raft migration. My guess is that you can just follow it on the reverse vaultproject.io/docs/commands/operator/migrate - user2599522

1 Answers