mirror of
https://github.com/run-llama/sec-insights.git
synced 2026-07-01 20:24:03 -04:00
EC2 Deployment. #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hrutvikkhunt on GitHub (Oct 13, 2023).
Hi @sourabhdesai , you have made a great platform. Can I deploy it on EC2?
@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.yamldeployment 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.