RamPrakash
RamPrakash

Reputation: 3234

Path based routing for AppRunner

I am trying to do a simple POC with app-runner. Lets assume we have simple microservices as part of our application.

Say

book-service

user-service.

Both are running fine in app-runner. This app-runner provides some urls for me to access within my VPC as shown below.

But I would like to route the requests based on the path.

https://my-alb/user -> https://user.myregion.awsapprunner.com/user
https://my-alb/book -> https://book.myregion.awsapprunner.com/book

Problem:

ALB will use Target Groups. I could not get these Apprunner services under target group. So I could not use ALB.

Can anyone share any idea on how to achieve this?

enter image description here

Upvotes: 0

Views: 101

Answers (1)

RamPrakash
RamPrakash

Reputation: 3234

Looks like it is not possible - https://github.com/aws/apprunner-roadmap/issues/223

Upvotes: 0

Related Questions