Lecture 9: Intro to Heroku Flashcards
What is a dyno?
The basic instance or container used in
Heroku
All dynos are ____ instances
Amazon EC2
Who primarily uses Heroku?
Small business that want easy hosting and setup combined with scalability
Heroku offers up to ____ free dyno hours per month in its free tier
1,000
In the free tier, you can run __ dynos at once
2
What are the two types of dynos?
- Web
- Work
What are web dynos responsible for?
Serving the web application to the end client
What are worker dynos responsible for?
Non-web-related work (i.e. background jobs, fetching data from external sources, etc.)
What are the benefits of using Heroku?
- Plug-and-play applications
- Full Git Integration
- Docker Integration
Creating a Heroku application automatically creates a ___
private, Heroku-based repository
What are 2 ways you can deploy your application?
- Git
- Docker
What is causing the ‘death of heroku’?
Increased competition