Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I want to host a Redis Server by myself. I compared EC2 to Elasticache. And I would like to know what the disadvantage of EC2 is.

An EC2 tiny instance costs as much as the ELasticache tiny instance but has 400 MB of ram more. Why should use Elasticache and not set up an own Redis Server on the ec2 tiny instance?

1 Answer

0 votes
by (44.4k points)

I'd opt for Elasticache over EC2 so I will avoid a number of the operational aspects of managing a Redis instance. With Redis on EC2, you're accountable for scaling, updating, monitoring, and maintenance of the host and also the Redis instance. If you're fine dealing with the operational aspects of Redis, then it shouldn't be a problem. A lot of folks overlook the costs of the operational aspects of running a Redis instance. Unless you're well-seasoned with Redis, I'd consider Elasticache. I've been using it and have been pretty happy with it so far.

Now, EC2 is smarter when you want custom configurations of Redis that are not supported by Elasticache.

For more information, check out this official documentation: 

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/WhatIs.html

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
asked Jul 12, 2019 in AWS by yuvraj (19.1k points)

Browse Categories

...