Creating AWS Elasticache Redis ReadReplica in EC2 instance

0 votes
I am trying to create a Redis Slave which will use Elasticache Redis as the master.

here are the steps I am following,

1 - Launch an EC2 instance in the same VPC and subnet as elasticache

2 - Install redis on it and bind it to its private IP. I am able to connect to Elasticache from here.

3 - Now, Run `SLAVEOF ELASTICACHE_IP ELASTICACHE_PORT` on the EC2 redis

So, Now all the keys which are present in Elasticache, should be available in the EC2 Redis also.

But it is not happening. Any reason why is it not happening? Am I making any mistake? OR does elasticache even allows this kind of stuff?
Jan 10, 2019 in AWS by Luvpreet
• 120 points
1,175 views

1 answer to this question.

0 votes
answered Feb 6, 2019 by Chinu

Related Questions In AWS

0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

answered Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,929 views
0 votes
0 answers
+5 votes
4 answers

Facing rendering issue in AWS EC2 instance

Hey @Vanshika there could be many factors ...READ MORE

answered Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,042 views
+1 vote
1 answer

How to auto-scale MYSQL database in AWS EC2 instance?

You could always use the Amazon RDS ...READ MORE

answered Aug 24, 2018 in AWS by Archana
• 4,170 points
2,559 views
+1 vote
2 answers
0 votes
1 answer
0 votes
1 answer

EC2 instance creation in AWS

Yes, the general limit for creating on-demand ...READ MORE

answered Jan 24, 2019 in AWS by himanshu
375 views
+1 vote
2 answers

AWS EC2 - Can't launch an instance - Account blocked

Try launching the Instance using CLI or ...READ MORE

answered Aug 7, 2018 in AWS by Priyaj
• 58,090 points
15,005 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP