Can we use RDS as complete DB for thingworx foundation?
I have a few applications which have heavy queries to read and write the stream data also complex services/mashups as well. Now, We have DB and TWX foundation both in the same EC2 instance.
To reduce the load I would like to move my entire DB to AWS RDS PSQL. It is good to proceed with this approach or should I create a separate EC2 instance to host my Postgres?
Also, We have manufacturing apps in the instance it has custom tables in the main DB.
Changing the stream data to another DB is not helping I tried to use an external DB as ThingworxPersistenceProvider, it is reducing the load but still, due to a load of services and application model postgres service consumes high cpu utilization.

