I do have a EC2 instance that holds an application and a wordpress blog.
the app is on the root url (http://www.example.com) . And we do have a blog that is on a blog directory (http://www.example.com/blog)
For commercial reasons we must separate the blog to another EC2 server. but we cannot change the blog url due all SEO work done until now.
Important: Those 2 instances should be in different regions and we rather not to pay for inter region data transfer costs. So I don't want to make a proxy using one EC2 to another.
I searched without success how to do it. Is that possible on AWS?