You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: