Skip to main content

Questions tagged [aws-elb]

Use this tag if a question is about aws-elb

0 votes
0 answers
26 views

I have an AWS account where Route53, Elastic Beanstalk (running php) Cloudfront S3 & RDS runs. Now that the account has been reinstatiated, and i have access to all services. But still email and ...
user50334's user avatar
0 votes
1 answer
49 views

Currently i use AWS ELB --single instances do deploy & manage multiple versions of the same nodejs app (over 10), which differ only by the configuration. Each app is running some endless process ...
user1935987's user avatar
3 votes
0 answers
428 views

Our goal is to have StatsD deployed on k8s cluster running on AWS. Currently all existing applications using UDP to send StatsD metrics. As we understood from the kubernetes docs and tests we ...
rombob's user avatar
  • 657
1 vote
1 answer
4k views

I have a setup of API Gateway proxying all the requests to my EC2 instances behind load balancer (ALB). But I want api endpoint to have a nice domain my-api.mydomain.com. I'm trying to accomplish that ...
Most Wanted's user avatar
2 votes
0 answers
652 views

The health check on our ECS cluster is failing on a service that is using an ELB Network Load Balancer on TCP port (gRPC running in docker alpine). The service is using dynamic port mapping for ...
Odin's user avatar
  • 121
3 votes
2 answers
242 views

Given a Route 53 DNS record aliasing a (classic) load balancer, and the potential for the load balancer ip to change: Is it possible for the DNS record to guarantee that the provided ips are valid ...
user3233089's user avatar
5 votes
2 answers
2k views

Would like to ask for recommendations on ready automated solutions or templates for rolling ec2 instance upgrade on AWS, requiring a reboot with ELB/ALB. Specifically required to perform the ...
rombob's user avatar
  • 657
2 votes
0 answers
784 views

I'm using simple docker-compose container images. Here's my docker-compose.yml version: '2' services: db: image: postgres:10.2 ports: - "5432:5432" ...
Vitaliy Filipov's user avatar
13 votes
1 answer
2k views

I have one service in production (on AWS), which follows the immutable server pattern. Its deployment looks like this: Create a new AMI with Packer. Create a new CloudFormation stack, starting with ...
Philipp Claßen's user avatar
7 votes
3 answers
3k views

I have multiple servers, each having a script polling an SQS queue [all polling the same queue]. So, is there any way I can ensure an equitable distribution of messages to all those clients [i.e. my ...
Dawny33's user avatar
  • 2,816