Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
20 views

We run a Meteor application that requires sticky sessions. We recently refactored our infrastructure and have started seeing connectivity issues. Old Setup (Stable): A single EC2 instance running ...
BrTkCa's user avatar
  • 4,791
-1 votes
1 answer
115 views

Currently I am working on migration from monolithic application into microservice oriented architecture using spring boot , hibernate , docker and kubernetes technological stack. My backend contains ...
Mr.DevEng's user avatar
  • 1,688
0 votes
1 answer
146 views

First off, full disclosure, my experience with AWS is currently limited really to EC2. I am trying to get logs for my Elastic Load Balancer (ALB), and I am trying to enable access logs to an S3 bucket....
mattylantz's user avatar
1 vote
0 answers
68 views

I'm learning Kubernetes (K8s) and have a question regarding cloud infrastructure provisioning with Kubernetes and external-dns. ROUTE 53 ---> CLOUDFRONT (SSL TERMINATION) ----> ELB --------> ...
Cofi's user avatar
  • 73
0 votes
0 answers
43 views

Trying to setup Gitlab CE with HA (for 3000 users) in AWS. i am following documentation from gitlab.com but here i am trying to setup with AWS services like Elasticache(Redis) , RDS and EC2. i am ...
mebb's user avatar
  • 173
0 votes
1 answer
123 views

Not sure where I am going wrong: Loadbalancer LoadBalancer has a listener on HTTPS / 443 And Forwards to a Target Group Target Group Target Group has protocol HTTP / 80 configured ECS ECS has Spring ...
Sachin's user avatar
  • 569
0 votes
0 answers
494 views

I am trying to visualize S3 logs in Grafana, which are collected from a load balancer. The logs are available at: test-bkp/AWSLogs/851725603941/elasticloadbalancing/us-east-2/year/month/date/*.gz What ...
sarjan kumar's user avatar
-1 votes
1 answer
130 views

I have an API using .NET Framework 4.8. Deployed on IIS 10. Hosted in AWS EC2 with ELB. All the endpoint is works as expected, including the get file endpoint. But I Have one endpoint for uploading ...
andino faturahman's user avatar
0 votes
1 answer
115 views

I'm hosting an application on AWS Elastic Beanstalk (EB) in a private subnet. The security group (sg-1) for EB is configured to block all public access, which works as expected when I try to access ...
sowndar k 's user avatar
1 vote
1 answer
725 views

I'm having issues with setting up AWS Load Balancer Controller (AWS LBC) on an EKS located within a private VPC (no internet access, just intranet to my corp network). I provided all endpoints that I ...
Andrei Vasil's user avatar
0 votes
1 answer
709 views

I have created an ECS cluster, and deployed a 2-container task using a Service (during Service create I associate the Application Load Balancer - using target group of type IP - to it), this works ...
gvanto's user avatar
  • 2,083
0 votes
1 answer
352 views

I have an example diagram below, and a scenario. Suppose I deployed and ran a web server (with NodeJS) in both EC2 instances and used load balancing for requests distribution. EBS is used to store ...
Nguyen Anh Tuan's user avatar
1 vote
0 answers
608 views

[1]. I am observing that the Apache HttpClient library that we are using expects this Keep-Alive: timeout in the header to keep the connection in the pool alive, but as the AWS ALB that we are ...
manofaction's user avatar
-1 votes
2 answers
210 views

Problem Statement : While Registering new IP in ELB Fargate under Target Group, Old IP went into the Unhealthy status. I want to Deregister old IP automatically with the help of Github actions ...
Rohìt Jíndal's user avatar
-2 votes
1 answer
683 views

We have an EC2 instance that's having some issues inside the docker container it's running and we'd like to disable traffic going to that EC2 instance so we can connect to it and examine the docker ...
Dan Donley's user avatar
1 vote
1 answer
133 views

I was deploying my NodeJS backend that integrates Stripe payment. When the user on the frontend clicks on the Checkout button, the backend API simply calls Stripe SDK to create a checkout session and ...
Tran Thai Anh's user avatar
0 votes
1 answer
123 views

I'm using AWS Network Load Balancer as a k8s service for my deployment. The reason I use NLB instead of ALB is that I need a static host to expose my service inside my Elastic Kubernetes Service(EKS). ...
CY W's user avatar
  • 13
0 votes
1 answer
90 views

I have an application using sticky session, controlled by a load balancer. As the owner of a session I want to be able to share a link to bring another user/device to collaborate to the same session. ...
Bob's user avatar
  • 14.8k
0 votes
1 answer
262 views

I am setting up domain configuration using Amazon Route 53 but when I hit domain url it's giving 502 bad gateway in browser, However my ALB url is working fine and target group is healthy. Below are ...
Jainam's user avatar
  • 47
0 votes
2 answers
334 views

I am going to implement gitlab reference architecture of 2k users. Ref: gitlab 2k users architecture In this reference document they have mentioned to use c5.large for load balancing node. Now I want ...
Jainam's user avatar
  • 47
0 votes
0 answers
199 views

We have an architecture where the APIGW has a private integration to a Internet-facing ALB using VPC Link. I want to understand what is the need for VPC Link here and is it even useful? If yes, does ...
Exter's user avatar
  • 689
0 votes
1 answer
576 views

I'm using the AWS CDK to add lifecycle hooks to my ALB in order to be notified by email when an instance gets terminated or when a new one is started. This is what my code looks like: topic = sns....
user1319182's user avatar
0 votes
1 answer
427 views

I have been using AWS elastic beanstalk for a while, but I still think that I do not 100% understand how the application versioning works. Recently I started using Github actions, and sometimes the ...
R0bertinski's user avatar
1 vote
2 answers
990 views

I have a Django application deployed on AWS via ECS (Dockerized) using gunicorn and nginx. As the DEBUG=False for Django deployment I've configured a logging setting to receive logs on WARNINGs & ...
PLR06157's user avatar
0 votes
0 answers
217 views

I try to migrate rails server that running directly on EC2 instance to EKS pod. The server runs with unicorn_rails that has 20+ worker, also it has nginx as frontend that receive requests and ...
takehiro iyatomi's user avatar

1
2 3 4 5
61