All Content tagged with Application Load Balancer
Application Load Balancer operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request.
Content language: English
Select up to 5 tags to filter
Sort by most recent
511 results
I am currently developing an API that sends records to Amazon Kinesis using the Kinesis Producer Library (KPL). Here are the details of my setup:
## Setup
1. **API**: Built using Ktor and sends...
AWS OFFICIALUpdated 3 months ago
I have an backend platform with components using TCP+SSL and HTTPS protocols after a Classic Load Balancer (CLB) currently. However, I have to updated all components to use TLS v1.3 and the CLB...
How can we best architect the proxy server with existing Global Accelerator, ALB, WAF, etc?
When a HTTP request is submitted to ALB. It maintains two connections.
1. It establishes a TCP connection with the client who submitted the request. We call it front-end connection.
2. It...
We have ECS with Keycloak and ALB (public subnets) configured. Currently, Keycloak is available at `idp.dev.example.com` (CNAME domain name from ALB and record name `idp.dev.example.com`). I also have...
So we had an incident with our newly implemented failover strategy. Our new setup has R53 pointing to an ALB as the primary DNS entry and a CloudFront distribution pointing to an S3 bucket static page...
I have a .NET web application that is running via the application load balancer's DNS name that I use to access its website, wherein the network resources / topology, S3 buckets, the EC2 instance, and...
My EC2 instances send data out through an Application Load Balancer. I am trying to figure out two things:
1. Would putting CloudFront in front of the ALB reduce my EC2 data transfer costs?
2. Will...
Hi, this is my first project ever working with AWS and I am working on a simple task management application just for practice. In the app, users can create, manage, and track tasks. Users will also be...
I have an integration in progress with a 3rd party partner.
My service is running via ECS/Fargate behind an Application Load Balancer.
The consumer of the service requires a static IP address (or...
I have an EC2 instance behind an ALB. I configured SSL on the ALB so that it can be accessed via HTTPS protocol. However, when I tried to send an HTTPS request from that EC2 instance, the request...