EC2 Deployment. #27

Open
opened 2026-02-15 23:16:51 -05:00 by yindo · 1 comment
Owner

Originally created by @hrutvikkhunt on GitHub (Oct 13, 2023).

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

Originally created by @hrutvikkhunt on GitHub (Oct 13, 2023). Hi @sourabhdesai , you have made a great platform. Can I deploy it on EC2?
Author
Owner

@sourabhdesai commented on GitHub (Oct 17, 2023):

@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.

@sourabhdesai commented on GitHub (Oct 17, 2023): @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`](https://github.com/run-llama/sec-insights/blob/main/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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/sec-insights#27