Why don't you use any other RPC node?
Also, carefull highload optimisation could make miracles. You could forward RPC requests to remote RPC node (zero costs for maintaining) and caching them on fast Redis DB. So you could lower you hardware costs dramatically without raising latency for 98% of users.