1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
I have provided some answers at the URL below.
https://repost.aws/ja/questions/QU0V89gTm9T4WmIBKS_e0AKw/cannot-do-vpc-peering-for-gamelift-fleet-in-a-region-with-a-vpc-in-another-region
I think it is possible to avoid this by combining PrivateLink, NLB, etc.
Simply put, the problem can be avoided if you can access EC2 in another VPC via a proxy.
In this case, the configuration uses NLB instead of a proxy.
Relevant content
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago
Hi Thanks for the answer. but like I mentioned int the description, my target is a Private API gateway endpoint and not an EC2. How can I tackle the issue here? I want the private APi to be accessbile for the gamelift servers as well.
In that case, I think you should create a proxy server with EC2.