-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
ERROR on installing Parse server on AWS Elastic Beanstalk #177
Comments
We just had some reason inquiries about this and here's the solution and why this is happening. If you still have issues, please reach out to us in the Elastic Beanstalk forum. Solution: Use this link here http://amzn.to/1YWsozK to deploy Parse Server onto Elastic Beanstalk. The only difference (from the "Deploy to AWS" button link in the blog) is the link specifies an EC2 instance type of m3.medium vs t2.small. Issue: There are two AWS accounts, one has VPC by default and the other does not. Those accounts created after Dec 4, 2013 have default VPC (EC2-VPC) and all others do not (EC2-Classic). In our solution for Parse Server, the smallest (and free-tier) instance type is t2.micro which works for both account types, however, this instance type does not have enough memory to handle Parse Server. So, the next smallest instance type that works is a t2.small, however, t2.small is only available to EC2-VPC accounts. The next smallest size for EC2-Classic accounts is the m3.medium to run Parse Server on Elastic Beanstalk. Based on the number of launches, a large majority of the accounts launching this solution are EC2-VPC so we errored on the majority and didn't want to confuse users by offering multiple links and launching an m3.medium by default. If, for some reason, your account is EC2-VPC, it's possible the default VPC configuration was disabled, or misconfigured. If that's the case, m3.medium will still work for you. If you continue to have issues, please reach out to us in the Elastic Beanstalk forum here. -Dennis |
@candork Did you ever get it working? @dennisAWS We are also facing an issue with parse server on Elastic Beanstalk. I've tried contacting support without much luck. Do you have any ideas what can be happening: parse-community/parse-server#2061 |
I am getting the same error when I try to do a POST from the app after a series of GETs. [object Object] Next POST gives I changed AWS setup to m3.medium as it was said here but no change |
I am following this tutorial (http://mobile.awsblog.com/post/TxCD57GZLM2JR/How-to-set-up-Parse-Server-on-AWS-using-AWS-Elastic-Beanstalk) to install parse example on bean stalk.
But getting this error during the launch process. Any idea whats going on?
The text was updated successfully, but these errors were encountered: