Hacker News new | ask | show | jobs
by 013a 3004 days ago
Depends on how many secrets you're storing.

You can also back Vault with something other than Consul. You can back it with DynamoDB, which would be much cheaper than managing your own Consul cluster. You can even back it with S3, which would be dirt cheap (cost of the vault instance + a few cents for storage).

1 comments

I wasn't aware you could use Dynamo or S3, that's pretty interesting