amazon-web-servicesaws-api-gatewayaws-regions

Need to change region for Amazon API Gateway


I created Amazon API Gateway called "MyURL" with several resources and methods for Asia Pacific (Mumbai) region.

We now have the requirement to migrate / move this "Amazon API Gateway" service to a new region EU (London).

Can you suggest what is the best way to change the region for "Amazon API Gateway" service to EU (London) where our client is located so that we can achieve better performance?

I already went through amazon's "migration" whitepaper but could not find anything relevant for "gateway api"

Whitepaper link: https://aws.amazon.com/whitepapers/migrating-aws-resources-to-a-new-region/


Solution

  • I exported the API in a file using SWAGGER and then imported the same in a another region to resolve the issue.