nuclearGoblin / Dungeon-AI

A discord bot for running DCW
MIT License
1 stars 0 forks source link

Hosting Options #8

Open nuclearGoblin opened 4 months ago

nuclearGoblin commented 4 months ago

Investigate potential hosting options. Considerations:

nuclearGoblin commented 1 month ago

The limiting factor here is that we need it to be always-on, even if the CPU usage is low. We should measure the exact CPU usage of a /roll command, as some service measure CPU time instead of "real" run time.

nuclearGoblin commented 1 month ago

AWS actually has a free tier option that might work. https://aws.amazon.com/codepipeline/?did=ft_card&trk=ft_card

If it does work out, here are the instructions for connecting it to the repository: https://aws.amazon.com/blogs/devops/integrating-with-github-actions-ci-cd-pipeline-to-deploy-a-web-app-to-amazon-ec2/