I have a VPS (an EC2 instance) running on AWS-Ireland. I would like to minimise the latency of traffic between this instance and a service provider that has their servers at a third-party data centres (in this case - LD4).
AWS provides a cross-connect - but it seems that this is only applicable if I have some infrastructure at LD4 and at AWS. I want to minimise the latency between my AWS instance and a third-party server at LD4 without involving the third party.
As suggested, I'm expanding the question:
I understand AWS provides Direct Connect to a number of data centers - but, afaik, this requires my own infrastructure at the other end - then my server at AWS can communicate with my server at a Third Party Data Center over a private, low-latency network (Direct Connect).
This is not my use case. I am trying to access a third-party server at the Third Party Data Center. They will not let me use Direct Connect to them directly - but it seems like I should be able to tunnel my traffic over Direct Connect and then let the routing tables deal with the traffic locally at the Third Party Data Center. Is this achievable without having a server at the Third Party Data Center?