Skip to content

How to Migrate to AWS totally? #21

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
kenglou opened this issue Jan 29, 2016 · 7 comments
Closed

How to Migrate to AWS totally? #21

kenglou opened this issue Jan 29, 2016 · 7 comments

Comments

@kenglou
Copy link

kenglou commented Jan 29, 2016

Hi,

I do have a question on migrating my old applications to own hosted AWS.
I'm really pretty new and inexperience in doing hosting server. I wish to know that what I should do if I want to host everything in AWS, including the MongoDB. Is that means I need to create a EC2 in AWS and install MongoDB into it, and port everything in parse server into the BeanStalk? I want to know the path of doing that so that I won't take the wrong road and we are in a hurry of development time now.

Besides that, i also quite concern on the cost of the AWS, if free tier in Parse is equivalent to how much in AWS(i believe this is hard to answer so just ignore it if you don't want to answer).

Thank you

@zhilut
Copy link

zhilut commented Jan 29, 2016

Yeah, it would be great that Parse could provide a script that could automatically. After all, there will be tons of developers who will migrate to AWS.

@duergner
Copy link

If you don't have experience in maintaining infrastructure you shouldn't do it - use a hosted solution.

Running it on IaaS means you need to take care of keeping the OS as well as all installed software up2date with regard to security fixes. Furthermore configuring and tuning both MongoDB as well as NodeJS installations is not trivial for production grade applications.

@telemakhos
Copy link

You are mixing concepts. You don't really need to manage servers (EC2). With ElasticBeanstalk you can provide a multi-container dockerized app and upload it. It will autoscale and handle the load automatically for you.

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker_ecs.html

Relevant: #24

@gfosco
Copy link
Contributor

gfosco commented Jan 30, 2016

We'll be working with cloud providers and doing our best to produce and contribute to guides and projects to make running your own parse-server easy. Stay tuned, as we always say.

@gfosco gfosco closed this as completed Jan 30, 2016
@yz
Copy link

yz commented Feb 4, 2016

Please provide a detail guide to install/host parse server with mongodb on an existing AWS instance.

@kukkadapukarhtik
Copy link

when i try to update the object from terminal using commands for aws server ,following error occurs
karthiks-MacBook-Air:~ karthikk$ curl -X POST \

-H "X-Parse-Application-Id: {AppId}"
-H "Content-Type: application/json"
-d '{"name":"raju"}' \ http://serverurl/parse/classes/classname
curl: (6) Could not resolve host: H
curl: (6) Could not resolve host: Content-Type
curl: (1) Protocol " http" not supported or disabled in libcurl
curl: (3) malformed

@kukkadapukarhtik
Copy link

Please provide a detail guide to install/host parse server on AWS instance.

bernhardharrer pushed a commit to bernhardharrer/parse-server that referenced this issue Feb 22, 2017
Add kerberos as a direct dependency
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

7 participants