Skip to content

Need advice on server deployment on AWS #1237

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

Closed
zhouhao27 opened this issue Mar 29, 2016 · 2 comments
Closed

Need advice on server deployment on AWS #1237

zhouhao27 opened this issue Mar 29, 2016 · 2 comments

Comments

@zhouhao27
Copy link

My parse server is running in my AWS EC2 instance. It works with a load balance although there is only one instance right now. There is an issue for me for the MongoDB database. Is there a way to setup a load balance for MongoDB in AWS? Or is there a way to setup MongoDB in RDS so that the load balance will be handled by AWS itself?

Need your advice. Thanks.

@andresgarza
Copy link

RDS is for relational databases only. I would recommend using a service such as mLab as deploying your own MongoDB instance is no trivial task. mLab itself can use AWS to host the database.

@gfosco
Copy link
Contributor

gfosco commented Mar 29, 2016

Scalegrid.io seems to be a good choice for managing a mongo deployment inside AWS. Going to close this, it's not really an issue with parse-server, could be handled elsewhere as a general mongo hosting question. There is also an AWS guide https://aws.amazon.com/blogs/aws/mongodb-on-the-aws-cloud-new-quick-start-reference-deployment/

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

3 participants