Separate the database and a python script in two instances in aws
Budget: $30 – $250 USD
I have a script running in an instance, that script uses an api that is in the same instance to save data in the database that is also in the same instance.
The problem I have now is that the calls to the database are very slow. It got so slow since they have more than 3 million entries in that table.
I need fast database call. If we can solve the problem also with one instance is also ok for me.
The problem I have now is that the calls to the database are very slow. It got so slow since they have more than 3 million entries in that table.
I need fast database call. If we can solve the problem also with one instance is also ok for me.