|
|
|
|
|
by geon
5096 days ago
|
|
What kind of traffic could you handle on a 100% free account? Would it be feasible for a low-traffic website, say a few k requests per month? If I want to upload files, is it necessary to have an Amazon account? As I understand it, you can't use Heroku for dynamic file storage. |
|
We're hosting static media on S3, but this project has no UGC and very limited amount of media assets, so you'd have to consider the AWS costs depending on your own needs.
When I first deployed to Heroku, I was serving media right from the web dyno, and it was working, but since the app is serving up the files (not Nginx serving them directly instead, or similar), I'd imagine that's not a great solution in terms of scalability.