Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
681 views

Some context here: An old Symfony app is used in multiple EC2 instances. Handles millions of requests each day without issues. For dev purposes, the app was added to a container and that container is ...
manuerumx's user avatar
  • 1,260
1 vote
0 answers
28 views

I am trying to enable logging on the load balancers created by AWS Beanstalk using Terraform, by referring the below article, https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-...
huju vert's user avatar
0 votes
1 answer
786 views

We have a website running on AWS ECS Fargate via an application load balancer. Due to a rebrand the url is due to change however we would want all old links to still work. We have an old url called ...
oluwatyson's user avatar
0 votes
0 answers
564 views

It seems like we cannot more than one listener et an AWS Network Load Balancer. I've a Load balancer already listening for HTTPS/TLS on port 443. As my instances behind also support http some vhost, I ...
nixmind's user avatar
  • 2,276
0 votes
1 answer
181 views

I have an ingress alb with session stickiness enabled on target group! kubernetes.io/ingress.class: alb alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/target-type: ...
maryam sadat daneshvarian's user avatar
1 vote
1 answer
92 views

I have created an auto scaling group with EC2 machines. These EC2 machines have installed a webserver. The EC2 machines have a public IP adress and a load balancer in front of them. When querying the ...
David's user avatar
  • 3,143
1 vote
1 answer
448 views

I have an elastic beanstalk application which has an ALB and ec2 instances that can be created in any of the 6 AZ's based on the auto scaling policy. I then put an NLB in front to create a single ...
Mike Mellor's user avatar
  • 1,346
0 votes
1 answer
1k views

when I create ingress it is created with no address and when I describe my ingress I see message Failed build model due to WebIdentityErr: failed to retrieve credentials caused by: AccessDenied: Not ...
Ammar Taj's user avatar
1 vote
1 answer
1k views

We have an AWS ALB with target groups. We are able to achieve context path redirect/forward using nginx. Now we want to redirect/forward queries for path A to path B below using listener rules. Please ...
Nitin G's user avatar
  • 854
1 vote
1 answer
2k views

Using Terraform to setup a VPC with two EC2s in private subnets. The setup needs to SSH to the EC2s to install package updates from the Internet and install the application software. To do this there ...
LinuxGuru's user avatar
  • 375
2 votes
1 answer
3k views

I've been experiencing this with my ECS service for a few months now. Previously, when we would update the service with a new task definition, it would perform the rolling update correctly, ...
Jan K's user avatar
  • 375
2 votes
1 answer
955 views

I am trying to create an AWS Gateway Load Balancer configuration in AWS CDK (python). I already have a working version in Cloud Formation. The synth step is failing, seemingly, because CDK is not ...
Pat's user avatar
  • 314
1 vote
0 answers
199 views

I have deployed my .NET Core Web API application to AWS Elastic Beanstalk , then I purchased a domain from hostinger to get a free SSL certification from Amazon ACM . After I validated the ownership ...
AliDbouk98's user avatar
-2 votes
2 answers
64 views

I was doing the question in the image below and the right answer blew my mind: I my opinion putting the ALB IP address would work, but the right question answer suggests that I should put ALB to a ...
Lucas Vital's user avatar
1 vote
1 answer
59 views

I want to restrict no of requests per minute from single origin.I have researched on it and got that AWS WAF can do this but i don't know how that rule can be created for this particular use case
pankaj's user avatar
  • 69
0 votes
1 answer
977 views

I using EKS (k8s managed cluster) and create service with type LoadBalancer. Can i keep my load balancer after delete that service in EKS? I want to keeping my load balancer for normal operation
Nam The's user avatar
  • 21
2 votes
0 answers
913 views

Could not find a solution to the other posted questions. Our web socket service is running on HTTP in Kubernetes and we have enabled ELB(Elastic Load balancer). The client is connecting using stomp.js....
Developer's user avatar
0 votes
1 answer
222 views

I think I misunderstand the concept of adding ssl protection to my aws ec2 instance with a load balancer! I have an Ionic app web, ios and android. I want to switch all http requests to https. What I ...
dbmongo's user avatar
  • 85
1 vote
0 answers
373 views

I have a problem with a Cloudfront distribution. This distribution has 3 origins: An S3 Bucket containing a static website An ELB containing CMS and API A custom Lambda function (not part of the ...
Adrian Varysoo's user avatar
0 votes
0 answers
225 views

We are sending a POST request that could take a couple of minutes from our application registered as a windows service on one AWS server to our API which is located in an AWS load-balanced environment....
CAIsoul's user avatar
  • 643
0 votes
1 answer
47 views

I am trying to specify subnets for ELB based on the region type This is what i have in my parameters for example PublicSubnetsEastRegion: Description: List of public subnets in us-west-2 region ...
Starseamoon's user avatar
3 votes
1 answer
5k views

I am trying to use flask socket.io in docker with basic commands. When i am running single worker of gunicorn everything is working fine but when i increase the workers, then on the client side it ...
Shobhit Bhatnagar's user avatar
0 votes
0 answers
1k views

In the documentation of Nginx Ingress for AWS it says: By default, TLS is terminated in the ingress controller. But it is also possible to terminate TLS in the Load Balancer. Link: https://...
Vadim  Kovrizhkin's user avatar
0 votes
0 answers
42 views

I have some ec2 machine that run the same code on different ports. I want to use the aws loadbalancer to route the requests to different ports every time. for example: post to port 80 will send to ...
aspp's user avatar
  • 21
0 votes
1 answer
67 views

Is there any possibility to create several gateway docker containers with balanced access via the same URL? I have now the following compose yaml file version: "3.9" services: gateway: ...
metamorphogenesis's user avatar

1 2 3
4
5
61