1 Answer
- Newest
- Most votes
- Most comments
5
Hello,
Amazon VPC Lattice currently doesn't offer direct URL rewriting functionality. Its main purpose is simplifying service connectivity, security, and monitoring across VPCs. It focuses on managing traffic routing, applying access policies, and handling service-to-service communication securely. (What are VPC endpoints?)
You should have a look at the Amazon API Gateway or EKS service.
Hope this helps!
Relevant content
asked 7 months ago

As per https://gateway-api.sigs.k8s.io/guides/http-redirect-rewrite/, with the apiVersion: gateway.networking.k8s.io/v1 in the HTTP Route yaml files. I tried to rewrite the URL, but no luck. Is there any other way to do URL rewriting before the request reaches VPC lattice service? Appreciate your comments on this.