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

EC2 Deployment. #55

Open
hrutvikkhunt opened this issue Oct 13, 2023 · 1 comment
Open

EC2 Deployment. #55

hrutvikkhunt opened this issue Oct 13, 2023 · 1 comment

Comments

@hrutvikkhunt
Copy link

Hi @sourabhdesai , you have made a great platform. Can I deploy it on EC2?

@sourabhdesai
Copy link
Contributor

@hrutvikkhunt good question! While we don't directly support deployment for the EC2 platform, it certainly would be possible. It would simply be a matter of running the FastAPI server on the instance and then setting up the networking to expose the server's port to the public web. You may use the render.yaml deployment blueprint for Render.com as a template for what needs to be configured in an AWS deployment.

I'd also suggest looking into something like ECS Fargate as that may be closer to the kind of setup we have on Render.com and would be more scaleable than just having a single EC2 instance to serve the backend from.

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