I have a Java app on Openshift (Tomcat7) and I need a plenty of cheap storage (TBs). Obviously Openshift would be too expensive to use, so I was thinking of Amazon S3.
What would be the optimal way of getting access to a plenty of storage while having an app on
Openshift?Is it possible to somehow connect
postgreSQLrunning onOpenshifttoAmazon S3, so thatpostgreSQLwould run onOpenshiftbut save everything onAmazon S3? Basically I am looking for what is cheaper to use and that's why I am not sure about setting uppostgreSQLonAWSdirectly instead of having it onOpenshift.
Basically the main issue is getting a plenty of storage having an app on Openshift (Or other cheap hosting for Java-Tomcat project). What DB, technology, service is used - does not matter as long as it is free or cheap.