Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any hints about how to integrate Redis oplog with Elastic Beanstalk? #26

Open
derwaldgeist opened this issue Jun 2, 2023 · 1 comment

Comments

@derwaldgeist
Copy link

Hey, I have successfully implemented redis-oplog using mup and mup-redis. Works just fine, so thanks for the great work.

I now also want to scale things horizontally, so I am looking into implementing Elastic Beanstalk using mup-aws-beanstalk. However, it seems as if this combination is not supported by mup.

I understand that running multiple Redis servers across the cluster won't work, so I attempted to set-up a single EC2 instance just for Redis, in addition to the beanstalk configuration. However, mup-redis tells me that only one server is supported. It seems as if it also looked at the beanstalk config and saw multiple instances there. This is although I configured the Redis part separatly, with onle one server.

So, if mup won't support it, I would have to find a tutorial on how to set things up manually, which I haven't done before. So far, I always relied on mup and was pretty happy with it. Any hints about how to setup such a scenario (redis-oplog plus beanstalk) would be appreciated.

@pmogollons
Copy link

A littlebit late, but you can use https://aws.amazon.com/elasticache/redis/ for it if you dont want to setup your own redis server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants