Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
33 views

I have an app deployed on ECS with auto-scalling. This app pulls from a kinesis data stream with enhanced fan-out via the latest KCL library. I want messages to be processed as soon as possible with ...
Chukwudi's user avatar
  • 324
0 votes
1 answer
97 views

I have an autoscaling group of EC2 instances. Sometimes I need to scale it manually by calling SetDesiredCapacity and TerminateInstanceInAutoScalingGroup. It works well, except for the case when I ...
Aliaksei's user avatar
  • 1,028
0 votes
1 answer
50 views

I believe I have some sort of logic issue with my auto-scaling module that is responsible for scaling my ECS tasks. As you can see, I use dynamic scaling that's based on the resources consumption, ...
Assaf's user avatar
  • 61
0 votes
1 answer
633 views

I’m using ECS Managed Auto Scaling with Target Tracking. When the Target Tracking service performs a scale-out action, everything works as expected: the Auto Scaling Group (ASG) launches new instances ...
dyedfox's user avatar
  • 141
3 votes
0 answers
195 views

I'm currently experiencing an issue where my Auto Scaling Group (ASG) is launching a second EC2 instance automatically, even though only one task is running, and CPU consumption is low. I need help ...
Hafsa tata's user avatar
0 votes
2 answers
148 views

For a service running on ECS, we have configured autoscaling at task-definition(based on metrics such as memory usage, hit count, etc.). However, when the memory reaches the set limit, there is a ...
vmax's user avatar
  • 41
0 votes
1 answer
54 views

I am writing to report an issue we have encountered with AWS CodeDeploy. We have observed that, under certain circumstances, CodeDeploy deploys an outdated revision of our application to Amazon EC2 ...
krishna vamsi's user avatar
0 votes
1 answer
33 views

I created an EC2 instance; then using that instance created an AMI which is used for auto-scaling. I created the classical load balancer which originally pointed just to the original instance & ...
Agrudge Amicus's user avatar
1 vote
0 answers
201 views

Question: I'm currently working on a project where I need to dynamically collect logs from AWS EC2 instances and visualize them in Grafana using Loki. Here are the specifics of my setup and ...
Abdul Gaffoor Noor Basha's user avatar
1 vote
2 answers
519 views

I was looking into EKS Managed Node Group Module documentations, and found out that there is a eks_managed_node_groups in the AWS EKS Terraform module. And there is a submodule called EKS Managed Node ...
rkelux's user avatar
  • 11
1 vote
1 answer
1k views

I'm having trouble understanding the differences between the properties for the Auto Scaling Group, ECS Capacity Provider and Service Auto Scaling. I'm using terraform to create the infrastructure and ...
José Ribeiro's user avatar
1 vote
0 answers
129 views

I'm trying to setup auto-scaling for an ECS Fargate Service based on SQS Queue depth. The idea is to stay at 0 tasks until there are messages in the queue and then apply a step scaling policy to ...
Raicky Derwent's user avatar
0 votes
2 answers
976 views

We are trying to set up autoscaling on my EC2 instance. I have followed this document. When I edit and then try to save the key policy for my webserver CMK I'm getting this error "Policy contains ...
Ivl's user avatar
  • 11
0 votes
0 answers
132 views

I have this user data on both an individual ec2 instance as well as the user data of a launch template but only the individual ec2 loads the website. This is done with http and both the ec2 and launch ...
Jeffrey's user avatar
  • 11
0 votes
1 answer
545 views

I have a requirement when using AWS autoscaling groups: I need to wait for the first instance to finish installation of software packages before the autoscaling group spins up subsequent instance. ...
annoymous's user avatar
0 votes
0 answers
173 views

I've built a website in Django that I'd like to promote using AWS Elastic Load Balancer (Application Load Balancer) coupled with an Auto Scaling Group. For context: I'm using a VPC containing 2 public ...
Geoffrey's user avatar
1 vote
0 answers
182 views

I have setup an ecs cluster with ec2 autoscaling group as capacity provider. When I deploy one service to my cluster. It launches 2 ec2 tasks(or service as there is just one task in service). And then ...
Tushar Vaswani's user avatar
0 votes
1 answer
329 views

Here is out scenario. We have around 12 web servers that are active in a target group today. Those servers are always running. We monitor those servers with prometheus / grafana. Each server is ...
RedIrishMike's user avatar
2 votes
0 answers
357 views

We have a number of dotNet services running in ECS which consume data from RabbitMQ queues, I want to scale up the number of instances based on the number of messages in the queues. Let's say I want ...
Mike's user avatar
  • 2,530
2 votes
1 answer
665 views

I encountered a problem while starting an instance from an Autoscale Group: the ecs-agent container starts, but then encounters an error and stops. This is the error: Unable to initialize Task ENI ...
SVal's user avatar
  • 23
0 votes
1 answer
291 views

I created the AWS auto scaling group, in that multiple ec2 instances are running, how to set that only specific/particular ec2 instance to access/connect RDS? I am new to the AWS so can anyone please ...
John lingda's user avatar
0 votes
0 answers
67 views

I have an AWS EC2 autoscaling group as part of an EB environment with 2 load balancer target groups attached, I'd like to route requests to either target group based on a query parameter specified in ...
Sanchit Batra's user avatar
-1 votes
2 answers
264 views

I have created a python script which processes videos using Selenium on an EC2 instance, taking input from an SQS queue for each message. This works fine for a single video, but I need to process ...
Gearoid Sheehan's user avatar
1 vote
1 answer
129 views

We would like to autoscale based on SQS size. I was able to follow the below link and add custom autoscaling policy across the auto scaling group. https://docs.aws.amazon.com/autoscaling/ec2/userguide/...
Sunil's user avatar
  • 441
1 vote
1 answer
359 views

I have ECC Fargate Service running with autoscaling (Targate Tracking CPU) Why do I see the CloudWatch alarm in the "in alarm" state always for Low CPU utilization? Is this because Target ...
Sanjesh M's user avatar
  • 467

1
2 3 4 5
8