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

Evaluate deployment of service on Heroku vs Amazon EC2 #7

Open
3 tasks
ying1 opened this issue Aug 26, 2021 · 2 comments
Open
3 tasks

Evaluate deployment of service on Heroku vs Amazon EC2 #7

ying1 opened this issue Aug 26, 2021 · 2 comments

Comments

@ying1
Copy link
Collaborator

ying1 commented Aug 26, 2021

Part of court bot from Tulsa is deployed on Heroku. We need to understand - between Heroku and Amazon EC2
We'll be deploying a server (REST services) - for an indefinite amount of time, and also likely a database instance that would be needed.

  • Cost of deployment - server & database
  • Ease of deployment
  • Configuration and deployment options that fits our needs
@ying1
Copy link
Collaborator Author

ying1 commented Aug 27, 2021

@schmidtty - please take a look. I am unable to assign this task to you for some reason.

@schmidtty
Copy link

Heroku - Cost of Deployment

Heroku

  • sits on top of AWS
  • is a container-based [ platform as a service (PaaS) ]
  • containers are called dynos
  • has a reasonable learning curve--ease of use, fast and easy deployment
  • has a suite of free resources
  • cost comparison may vary depending on the use case
  • Heroku might often be more cost-effective when/if time is factored in to cost of deployment and the ability to rapidly incorporate changes/improvements

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