Questions tagged [aws-elb]

Amazon Web Services Elastic Load Balancer (aws-elb) is a service offered by aws to automatically distribute incoming network traffic across multiple targets (EC2 instances or specific ports).

190 questions
0
votes
1 answer

Canot access to sidecar container in Kubernetes

I have the following hello world deployment. --- apiVersion: extensions/v1beta1 kind: Deployment metadata: name: hello-deployment spec: replicas: 1 template: metadata: labels: app: hello spec: containers: - name:…
enerudfwqenq
  • 301
  • 2
  • 4
  • 8
0
votes
2 answers

Security group rule between aws external ALB and privale Ip ec2 instance?

I have created external application load balancer in aws, i need to wirite security group rule to allow traffic from only one private subnet ec2-instance. any suggestions please ?
Ashok Reddy
  • 1,060
  • 1
  • 16
  • 28
0
votes
1 answer

What is the most succinct way to redirect HTTP requests to HTTPS in Scalatra?

I have a service written in Scala with Scalatra and running on AWS ECS listening through an AWS ELB. I have ELB configured as a TLS terminator: HTTPS traffic on port 443 and HTTP traffic on port 80 are routed to the service listening on port 8080 on…
Colin Dean
  • 1,429
  • 1
  • 15
  • 26
0
votes
1 answer

Prometheus Cloudwatch Exporter not returning correct matrix for AWS ELB

I am trying to use cloudwatch exporter from prmetheus with AWS ELB. I am not able to see any logs for ELB matrices. I can see graphs/values getting updated on the cloudwatch UI but not getting the same information in the cloudwatch-exporter Below is…
Gaurav S
  • 121
  • 15
0
votes
2 answers

AWS ECS: Task Being Mapped to Wrong Target Group

I have a Spring project with 2 modules: Pets and Owners, each a microservice that gets its data from a single MySQL DB. When I push the two into a single Docker container with 2 tasks -- 1 for each microservice -- they both get up and running, and…
acs254
  • 513
  • 2
  • 10
  • 25
0
votes
0 answers

Deploy Multiple full-stack React + Express applications with path routing on ELB

I currently have four containerized React + Express applications (port 3001 exposed) sitting on four individual ECS instances with four different CNAMEs. They each sit behind their own nginx service as a reverse proxy. Given that the number of…
hotshotiguana
  • 1,520
  • 2
  • 26
  • 40
0
votes
2 answers

Application ELB forward HTTP to HTTPS

It's quite a common problem but I can't figure out how to solve it and why the Application Load Balancing does not have an option for it. I've an Application ELB set for the ECS and listening on 80 and 443, now, i would like to forward all the HTTP…
EsseTi
  • 4,079
  • 5
  • 36
  • 63
0
votes
1 answer

Exposing various ports behind a load balancer on Rancher/AWS

I am setting up a Rancher environment. The Rancher server is behind a classic ELB (since ALBs are not recommended per Rancher guidelines). I also want to make available Prometheus and Grafana services. These are offered via Rancher catalogue and…
pkaramol
  • 16,451
  • 43
  • 149
  • 324
-1
votes
2 answers

regex for python based logparser for printing aws elb logs?

I am trying to write python code to extract certain fields from elb logs but i am not able to find proper regex for all elb log fields like "user_agent" , request etc like how to print pattern "POST…
-1
votes
1 answer

Wordpress on AWS ELB errors 302

I am in the process of moving my EC2 web hosting environment to ELB. Static webpages work perfectly, but Wordpress sites (multisite) loops with 302. Apache log reports that "GET /" but the hosting folder for Wordpress is "GET /wp/". See curl: curl…
Christian
  • 71
  • 1
  • 1
  • 6
1 2 3
12
13