Live data from Hacker News

RedisToGo is now offering Redis Hosting in AWS US-West-2

blog.togo.io

11–14 of 14 posts

Re: RedisToGo is now offering Redis Hosting in AWS US-West-2

#11

How is security handled for this service?

I have the same question; since http://redis.io/topics/security mentions "it is not a good idea to expose the Redis instance directly to the internet", even with a strong password, are there specific measures to counter-balance this in the RedisToGo setup?

Edit: I've contacted RedisToGo to ask them directly.

Re: RedisToGo is now offering Redis Hosting in AWS US-West-2

#12

I don't want to be that guy making the pointlessly critical comment, but what is the use case for an in-memory database on the other side of an ethernet link? Even if you're in the same datacenter it's going to be slow, no? I get that startups need to move fast in order to validate ideas, but redis is hardly a chore to set up. Either way, congrats on the redundancy.

A disk seek (e.g., if you have more data than RAM and are using virtual memory) might take ~10ms. A packet round trip within the same AZ in EC2 is <0.5ms.

Re: RedisToGo is now offering Redis Hosting in AWS US-West-2

#13

How is security handled for this service?

I have the same question; since http://redis.io/topics/security mentions "it is not a good idea to expose the Redis instance directly to the internet", even with a strong password, are there specific measures to counter-balance this in the RedisToGo setup? Edit: I've contacted RedisToGo to ask them directly.

We've put in place the best practices advised by Salvatore. http://redis.io/topics/security. `In general, Redis is not optimized for maximum security but for maximum performance and simplicity.`

There are few projects building SSL into Redis https://github.com/tritondigital/ssl-redis; but nothing has been fully adopted by the community yet.

We offer a VPN, SSH and IP restrictions to bolster security. We currently only offer these to our larger plans, but can offer a custom solution depending on your requirements.

- ben@redistogo.com

Re: RedisToGo is now offering Redis Hosting in AWS US-West-2

#14

Earlier quoted context omitted.

I have the same question; since http://redis.io/topics/security mentions "it is not a good idea to expose the Redis instance directly to the internet", even with a strong password, are there specific measures to counter-balance this in the RedisToGo setup? Edit: I've contacted RedisToGo to ask them directly.

We've put in place the best practices advised by Salvatore. http://redis.io/topics/security . `In general, Redis is not optimized for maximum security but for maximum performance and simplicity.` There are few projects building SSL into Redis https://github.com/tritondigital/ssl-redis ; but nothing has been fully adopted by the community yet. We offer a VPN, SSH and IP restrictions to bolster security. We currently o…

Hello Ben - thanks for your reply!
Post reply on HN