Questions tagged [amazon-elb]

Amazon Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple Amazon EC2 instances.

Amazon Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve even greater fault tolerance in your applications, seamlessly providing the amount of load balancing capacity needed in response to incoming application traffic. Elastic Load Balancing detects unhealthy instances within a pool and automatically reroutes traffic to healthy instances until the unhealthy instances have been restored. Customers can enable Elastic Load Balancing within a single Availability Zone or across multiple zones for even more consistent application performance. Elastic Load Balancing can also be used in an Amazon Virtual Private Cloud (“VPC”) to distribute traffic between application tiers.

See more at the product page.

2698 questions
0
votes
0 answers

Cannot select "Redirect to" option when creating a Elastic Load Balancing Rule

I have created a EC2 server and Elastic Load Balancer to provision the ACM SSL Certificate. I want to redirect all Traffic to HTTPS. When creating the rule to redirect all traffic to https, I'm not able to select the option 'Redirect to...' from the…
0
votes
0 answers

how to change listener rule when target group is unhealty in AWS ELB

I'm using AWS ALB to behave load balancing and got a problem. Is there way to change listener rule when certain target group is unhealty? I have ALB which is assigned to 2 target groups A and B(each has 1 ec2 instance server). And there're listener…
yubin
  • 125
  • 8
0
votes
0 answers

AWS ALB forwarding rules not working for path

I've an application in the AWS Fargate and everything is working fine. For Authentication I am using the Application Loadbalancer OIDC, which is also working as expected. For user convinence I want wo add an unprotected static login page. Therefore…
0
votes
0 answers

Create /health response with nginx-proxy

So, I'm using this library, https://github.com/nginx-proxy/nginx-proxy/#usage, which works as expected when starting my application with virtual host in my aws instances, but load balancer is looking for a /health to know that the instance is…
Lauro182
  • 1,597
  • 3
  • 15
  • 41
0
votes
0 answers

AWS elastic load balancer stickiness didn't update with CloudFormation

I had an AWS CloudFormation template for ECS with an elastic load balancer with sticky sessions turned on: WebTargetGroup: Type: AWS::ElasticLoadBalancingV2::TargetGroup Properties: … Port: 80 Protocol: HTTP …
0
votes
2 answers

How to set static private IP address for Load Balancer. Kubernetes/AWS

I am trying to set a static private IP address for a Kubernetes loadbalancer service during its creation: apiVersion: v1 kind: Service metadata: name: web-server-service-lb namespace: web annotations: …
Gene Smith
  • 169
  • 12
0
votes
1 answer

AWS new console doesn't have Load Balancer Redirect option

I am trying to redirect all incoming requests from http to https. I have multiple internal servers and I am trying to do this with AWS load balancer. I found that this can be done using Application load balancer for which I have to define the target…
0
votes
1 answer

Conditionally creating load balancer with ecs service in Terraform

I'm loosely following this example to create a multiple ECS services under one cluster: https://github.com/shashimal/terraform-ecs/blob/master/main.tf The problem I have is that only some of the services will require a load balancer in front of the…
0
votes
2 answers

SSL certificate issue for AWS 53 Route

I have one module where the user can add a domain CNAME type. The application domain name is xyz.com. This domain uses load balancer wildcard subdomains. When the user registers, a subdomain a1.xyz.com is created. The subdomain is based on the…
0
votes
0 answers

CloudFront Multiple origin with Behavior

UseCase: I have one CloudFront distribution with one origin as ABL1 and some custom Behavior (/.png, /.css...etc) which i am caching at edge location and one Bydefault Behavior (Default (*)) which has cache disabled. Now i want to add one more…
0
votes
0 answers

"error":"UnauthorizedOperation: You are not authorized to perform this operation.\n\tstatus code: 403 - AWS loadbalancer controller

I'm trying to make an AWS network load balancer via Kubernetes service. As a pre-requisite, I followed this whole article from AWS. The controller is deployed smoothly, but when I apply the Kubernetes service via the following annotations, …
0
votes
0 answers

How can I route/allow VPN traffic through a CVPN in one AWS VPC to resources in another AWS VPC in the same account?

My AWS account has: 3 VPCs: dev, staging, production 2 VPNs: non-prod, prod Most of the services and load balancers are deployed via EKS (kubernetes). The service and load balancer described below are deployed via EKS. The prod VPN (CVPN…
0
votes
0 answers

Ingress is not working with ELB and route 53

I have an web application deployed on EKS cluster using deployment. POD is getting deployed properly and is in running state. Have created the service of type loadbalancer. created ingress and ingressclassname . below are all definition files 1:…
0
votes
1 answer

WordPress extremely slow loading site on first visit

I have a WordPress site that is running on an Amazon EC2 instance behind a load balancer. Checking Chrome the initial connection is around 1 minute, before it proceeds to download around 3mb of content and display site. Have a load balancer redirect…
0
votes
1 answer

Add security policy to ELB config in Elastic Beanstalk?

I'm configering an Elastic Loadbalancer through .ebextensions: Resources: AWSEBV2LoadBalancerListener: Type: 'AWS::ElasticLoadBalancingV2::Listener' Properties: DefaultActions: - Type: redirect RedirectConfig: …
Xen_mar
  • 8,330
  • 11
  • 51
  • 74
1 2 3
99
100