Software Alternatives & Reviews

Authenticating users in the load balancer with Cognito

OpenID Connect Amazon Route 53 AWS Lambda Amazon EC2 AWS Certificate Manager Amazon API Gateway
  1. OpenID Connect page
    One way to solve this problem is to configure the ALB to authenticate users. ALB supports OIDC compliant identity providers, social and corporate identities.

    #Identity And Access Management #Web Security #Cyber Security 46 social mentions

  2. Automatically distribute incoming traffic across multiple targets using an Application Load Balancer.
    Say that we have an application running behind a public-facing Application Load Balancer (ALB). The load balancer's target can be any supported target, including ECS containers, EC2 instances or even Lambda functions. Because the application is only available to authenticated users, we want to find a solution to identify them.

    #Cloud Computing #Cloud Hosting #CDN 23 social mentions

  3. Amazon Route 53 is a highly available and scalable DNS web service.
    In this case, we configure MY_CUSTOM_DOMAIN to be an alias A record in Route 53 with the load balancer being the target value.

    #Domain Name Registrar #Domain Names #Cloud Computing 45 social mentions

  4. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Say that we have an application running behind a public-facing Application Load Balancer (ALB). The load balancer's target can be any supported target, including ECS containers, EC2 instances or even Lambda functions. Because the application is only available to authenticated users, we want to find a solution to identify them.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  5. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    Pricing:
    • Open Source
    Say that we have an application running behind a public-facing Application Load Balancer (ALB). The load balancer's target can be any supported target, including ECS containers, EC2 instances or even Lambda functions. Because the application is only available to authenticated users, we want to find a solution to identify them.

    #Cloud Computing #Cloud Infrastructure #VPS 62 social mentions

  6. AWS Certificate Manager from Amazon Web Services (AWS)
    Because of that, we'll need a valid public certificate, which we can request in Certificate Manager for free.

    #Identity And Access Management #Network & Admin #Two Factor Authentication 23 social mentions

  7. Create, publish, maintain, monitor, and secure APIs at any scale
    The ALB performs user authentication only. It checks if the user is indeed someone our application should know. In this regard the principle is similar to what API Gateway does when it authenticates users with Cognito ID tokens. It identifies the user and verifies that the user is legitimate.

    #API Tools #APIs #Web Service Automation 94 social mentions

Discuss: Authenticating users in the load balancer with Cognito

Log in or Post with