This database will store information for stocks such as their sector, earning report dates, and other metadata. Sectors will be highly relational with other stocks so an RDBMS is the obvious tool for the job here.
NOTE: This RDBMS could potential be used in the future for other data such as users, positions, trade rules and automations, etc. The configured RDBMS should be robust enough to handle this.
This is no longer needed. freqtrader uses sqlite db to track trades, profit, balance, etc. Thus we will need a persistent storage (shouldn't need to be quick). EC2 is the most likely candidate. See #2
This database will store information for stocks such as their sector, earning report dates, and other metadata. Sectors will be highly relational with other stocks so an RDBMS is the obvious tool for the job here.
https://aws.amazon.com/rds/aurora/serverless/ would be a wise choice.
NOTE: This RDBMS could potential be used in the future for other data such as users, positions, trade rules and automations, etc. The configured RDBMS should be robust enough to handle this.