2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
0
I would say a redirect in the ALB listener configuration would be your best bet https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#redirect-actions
If path =app.com/dev/service1
Redirect to:
Host: service1.app.dev-aws-sg.domain.com
Path:/service1
0
A tad late, but you can also use CloudFront as a front end to your ALB - the ALB becomes the CF origin. Then use a CloudFront Function to perform the URL modification, header updates, etc.
respondido hace 3 años
Contenido relevante
preguntada hace 9 meses
preguntada hace un año
preguntada hace 8 meses

Hi AJ_C Thank for your reply, We have worked, and check found out to go with adding a proxy in between the ALB and the targets to perform the URI modification.