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

Deployment on AWS EC2 #8

Closed
hmacdope opened this issue Mar 27, 2024 · 3 comments
Closed

Deployment on AWS EC2 #8

hmacdope opened this issue Mar 27, 2024 · 3 comments

Comments

@hmacdope
Copy link
Contributor

We will deploy an MVP on EC2 rather than Lambda, as much easier to get started with. We can then evaluate a shift to a lambda based model.

@mikemhenry
Copy link

I saw on #4 you were concerned with secrets, AWS has a few different products to manage that, including a secret store that we can setup so that AWS Lambda can read from it (or an EC2 host can fetch it). How compute intensive is this?

@hmacdope
Copy link
Contributor Author

Its not very compute hungry.

It will be much more efficient as a lambda, but will require some fiddly re-architecting to get it to work. I propose (and discussed with others) that we could just deploy on a cheap EC2 instance (e.g t4g medium $12/mo) for an MVP and work towards a lambda in the future.

What do you think?

@hmacdope
Copy link
Contributor Author

Done

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