|
|
|
|
|
by bilekas
657 days ago
|
|
> I think a good stack to use is: These things are relative though, also futureproofing your stack will run into issues later if you need to scale to N number of requests etc. When you are thinking forward for optimizations, you may re-evaluate your thoughts on the right stack. |
|
Most projects never get there and even the ones that survive would be well served by a single EC2 instance.
Nothing about that stack jumps out as that problematic, maybe go with a PostgreSQL instance running in a container if need be, but the rest can scale pretty well both horizontally and vertically.
If it becomes a problem then just throw some more money at resources to fix it and if at some point the sums get so substantial that it feels bad to do that, congratulations, you’ve made it far enough to rework your architecture.