> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To post to this group, send email to redis-db@googlegroups.com.
> To unsubscribe from this group, send email to
> redis-db+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redis-db?hl=en.
> The SSD storage is local to the instance. [...] It will be lost if you > stop and then later start the instance.
Just like the instance storage on the other EC2 instance types, this
> storage is failure resilient, and will survive a reboot, but you should > back it up to Amazon S3 on a regular basis.
The failures in "failure resilient" here don't include disk failure. You may or may not want to take that risk... Moreover I guess it's still Xen underneath so the fork issue is not solved.
the fork should not be an issue - Amazon's high end machines use hardware
based virtualization which makes it just as fast as any other VM. it's the
older, lower end machines only that have this problem.
you just need to select the right AMI. The cheapest machine that can run
this way costs about $1000/month, and has 23G RAM.
On Thu, Jul 19, 2012 at 3:50 PM, Pierre Chapuis <catwell-goo...@catwell.info
> wrote:
> The SSD storage is local to the instance. [...] It will be lost if you
>> stop and then later start the instance.
> Just like the instance storage on the other EC2 instance types, this
>> storage is failure resilient, and will survive a reboot, but you should
>> back it up to Amazon S3 on a regular basis.
> The failures in "failure resilient" here don't include disk failure. You
> may or may not want to take that risk... Moreover I guess it's still Xen
> underneath so the fork issue is not solved.
> To post to this group, send email to redis-db@googlegroups.com.
> To unsubscribe from this group, send email to
> redis-db+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redis-db?hl=en.
Le jeudi 19 juillet 2012 14:54:57 UTC+2, dvirsky a écrit :
> the fork should not be an issue - Amazon's high end machines use hardware > based virtualization which makes it just as fast as any other VM. it's the > older, lower end machines only that have this problem. > you just need to select the right AMI. The cheapest machine that can run > this way costs about $1000/month, and has 23G RAM.
Good to know. I though the only way to get hardware-based virtualization was to choose Windows instances...
No, I talked to their support last week, they said that the the high end
instances use it on Linux too, and while porting all instances to work with
hardware support is on their road map, they cannot commit to a time frame
on this.
On Thu, Jul 19, 2012 at 5:07 PM, Pierre Chapuis <catwell-goo...@catwell.info
> wrote:
> Le jeudi 19 juillet 2012 14:54:57 UTC+2, dvirsky a écrit :
>> the fork should not be an issue - Amazon's high end machines use hardware
>> based virtualization which makes it just as fast as any other VM. it's the
>> older, lower end machines only that have this problem.
>> you just need to select the right AMI. The cheapest machine that can
>> run this way costs about $1000/month, and has 23G RAM.
> Good to know. I though the only way to get hardware-based virtualization
> was to choose Windows instances...
> To post to this group, send email to redis-db@googlegroups.com.
> To unsubscribe from this group, send email to
> redis-db+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redis-db?hl=en.