Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
24 views

AWS ECS auto scale up causing temporary ALB 504 timeouts

we have a service which is a ECS + EC2 setup. With the ECS, we configured service auto scaling. We noticed when auto scaling policy trying to scale up more tasks, we sometimes see transient 504 ...
Erin's user avatar
  • 11
0 votes
0 answers
13 views

My ECS task mapped with portMapping = 9200 but the application end point is running only in port 8080

I am fairly new to AWS and docker. What I have done is -- I have created a sample spring-boot get endpoint Created a docker image from it and pushed the same to DockerHub Created an ECS cluster and ...
akash89's user avatar
  • 891
0 votes
0 answers
26 views

How do I hot switch images in my AWS Task Definition now that there is 'ECS software version consistency'?

Background: I run a large number of ECS Fargate services via Cloudformation. There are 3 Cloudformation stacks for our different environments (Dev, Staging, Prod). In prod and staging, we follow the ...
Drew Aschenbrener's user avatar
0 votes
0 answers
15 views

How configure nginx.conf with AWS ECS Service connect(each services on same cluster)?

In my cluster, I have two services: one for nginx and one for the Next.js client. The Next.js service is on a private subnet, while the nginx service is on a public subnet. In the AWS console, I ...
taste kim's user avatar
0 votes
0 answers
22 views

Failed to send SQS message for ECS container without any error description

I have code running inside ECS container, with the following code to send SQS message: import { SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs"; import { MAX_ATTEMPTS } from &...
Tal Rofe's user avatar
0 votes
0 answers
14 views

ECS task creating non ephemeral port mapping on ALB

I got a setup where my ECS service is using a target group. The same target group is also used by an ALB. The ECS task definition is configured to use Bridge networkmode. When the ecs service starts ...
Kevin Alexander's user avatar
0 votes
1 answer
14 views

Aws code deploy when deployment is considered successful for ecs fargate

I wonder when when deployment is considered successful for ecs fargate. I use code deploy events with my lambda, i receive event on successful deploy. I could not find any information about the ...
Rofler's user avatar
  • 25
1 vote
0 answers
27 views

How to connect lambda job with event bridge to trigger an ecs task?

How to connect lambda job with event bridge to trigger an ecs task? I am not sure whether there is a direct integration and if so how to add input and credentials? I have check the aws docs but I am ...
Israel Anonymous's user avatar
0 votes
1 answer
17 views

How can I know if an AWS ECS service is idle?

Is there an easy way to know if an ECS service is idle? We have a good number of legacy ECS services running in AWS that use almost 0 cpu/memory.
Edgar Peixoto's user avatar
0 votes
1 answer
25 views

Instances scaling (by ASG) but no new tasks being created

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,042
-1 votes
1 answer
46 views

How to set up CloudWatch Alarm for AutoScalinGroup > dynamic scaling (used in ECS)

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,042
0 votes
1 answer
156 views

Deploy without atrifact module

INCIPIT: I wanted to ask if anyone knew how to use codebuild to publish via the (blue/green) method an ecs service with auto scaling and alb. PROBLEM: when I try to run the stage in deploy ...
Francesco's user avatar
0 votes
0 answers
21 views

Running Linux and Windows container on Amazon ECS cluster

I have a few .NET microservices, and a couple of them are developed using the .NET Framework. I'm planning to host everything on an ECS cluster. I'm new to Amazon ECS, and I saw a blog article from ...
Mdumanoj's user avatar
  • 527
-2 votes
0 answers
25 views

diagram to design the disaster recovery plan and high availability to ECS using Terraform? [closed]

I have the ECS cluster . but i want that cluster to be highly resilient and highly availability and to properly design an disaster recovery plan . please do help on this. thank you in advance. i am ...
AWS_gUy's user avatar
  • 13
-1 votes
0 answers
36 views

Choosing between X86 and ARM for Fargate for performance intensive application [closed]

I have a Spring Boot 3 Java 17 application which is basically a Kafka consumer. It can process up to 100 events at once (max.poll.records=100). For each of these 100 events, it spins up separate ...
Prashant G's user avatar
  • 4,896

15 30 50 per page
1
2 3 4 5
241