Authenticate requests going through Elastic Load Balance using Cognito

0

We are receiving HTTPS traffic to our Elastic Load Balancer. We are currently using the ELB to authenticate but we would like have the authentication be performed by Cognito and then have the traffic get forwarded to the proper DNS entries. Can someone provide some context on how I can accomplish this? It appears that all I need to do is create a path based rule in the Load Balancer that authenticates using Cognito and then forwards the request to the proper location. 

thank you!

1 Answer
0

You can try to use API Gateway with cognito and then pass the request to LB. https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-enable-cognito-user-pool.html

profile picture
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions