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

I’m attempting to use Amazon ElastiCache Serverless for Redis (Redis 7.1, cluster‑mode enabled) as the message broker for Celery 5.3+ running on Amazon ECS Fargate. Celery powers asynchronous ...
vinitha's user avatar
0 votes
1 answer
59 views

I have a frontend app running at port 3000. ......... USER nextjs EXPOSE 3000 ENV PORT=3000 ENV HOSTNAME="0.0.0.0" CMD ["node", "server.js"] Inside the frontend's ...
Maverick's user avatar
  • 1,235
1 vote
1 answer
56 views

StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=0KiB, inbound=4KiB, 6000ms elapsed, timeout is 3000ms), command=EXISTS, next: GET mykey, inst: 0, qu: 0, qs: 0, aw: True, ...
Vivek's user avatar
  • 39
0 votes
1 answer
101 views

Environment Setup: Created an EKS cluster. Added a Fargate profile and configured fargate-apps as the namespace. Built a Node.js Docker Image on my Local. Pushed the image to private Amazon ECR with ...
Kunal Jha's user avatar
  • 361
-1 votes
1 answer
42 views

I defined my ECS RunTask like this, but i keep getting this error when saving: States/ECS RunTask/Arguments: The field 'TaskDefinition' is required but was missing even when my Task definition isnt ...
Ayanda Juqu's user avatar
0 votes
1 answer
138 views

I'm running a load test on a web application using Artillery with the Playwright engine on AWS Fargate. I'm observing a steady increase in test durations as the test progresses, and a high percentage ...
John Rix's user avatar
  • 6,723
0 votes
1 answer
69 views

I'm creating Docker images for an EKS workload running on Fargate. Initially, I selected the Amazon Corretto official image. However, it seems there is no JRE-only version of the Corretto image ...
Kevin's user avatar
  • 454
0 votes
1 answer
58 views

Looking at the CPUUtilized Cloudwatch metric for my Fargate service, it's showing max cpu units used as 1040 over the past 4 weeks, using a sampling period of 1 minute. I have 4 vCPUs provisioned to ...
Seanf123's user avatar
0 votes
0 answers
78 views

I have an ECS Fargate task definition that contains a high throughput Rust poem server container which sends custom statsd metrics (using the cadence crate) over a shared Unix socket to a second ...
m_callens's user avatar
  • 6,402
1 vote
1 answer
69 views

We have an ecs service that uses Fargate tasks to connect to dynamoDB. The application has an optimized fetch time under 100ms when querying dynamoDB tables in our testing environment. For some R&...
IFaceErrors's user avatar
0 votes
0 answers
64 views

Problem I’m trying to deploy a React UI (built with Vite, served via Nginx) in Amazon ECS Fargate in a private subnet that can be reached through an internet-facing Application Load Balancer (ALB) in ...
John Smith's user avatar
1 vote
2 answers
144 views

I'm trying to diagnose a persistent and frustrating issue with AWS ECS Service Connect where my inter-service calls are intermittently timing out. I've managed to rule out several potential causes but ...
dan's user avatar
  • 369
0 votes
0 answers
189 views

I am trying to authenticate a Python script running in an AWS Fargate container to Google Cloud APIs using Workload Identity Federation. Despite what appears to be a correct configuration on both the ...
CentralNest Admin's user avatar
0 votes
1 answer
103 views

I am working to get more familiar working with ECS and using github actions for the deployment, but in this moment I am facing an issue at the moment to deploy, so basically I am building a pipeline ...
shaka's user avatar
  • 1
0 votes
1 answer
79 views

I’m trying to fine-tune a lightweight LLM (like TinyLlama) using LoRA for a small custom dataset, but I'm facing two major issues: Problem 1: When I fine-tune the model locally, I’m unable to push the ...
Sarvesh's user avatar
0 votes
0 answers
34 views

I am getting a 504 Gateway Timeout when a process exceeds 60s in Lightsail Containers. I assume 60s is the default timeout, is there a way to modify this?
IMB's user avatar
  • 16k
1 vote
3 answers
148 views

We are running our app on EKS Fargate. As per the AWS documentation we can disable the Fluenbit process logs to Cloudwatch by setting flb_log_cw: "false" in the ConfigMap. But do you know ...
Ram's's user avatar
  • 139
1 vote
1 answer
334 views

I have a Python application running on AWS ECS Fargate with a simple sidecar container. The sidecar is responsible for: Receiving gRPC requests from the main application(on localhost:port) Querying a ...
datahack's user avatar
  • 671
0 votes
0 answers
71 views

I am running an AWS Fargate Service with a Task that hasa desired count of 1. While the container is running it is polling an SQS queue for messages to process. I have set up Autoscaling depending on ...
PhysicusTheoreticus's user avatar
1 vote
1 answer
155 views

I'm running Spark on EKS with Fargate. I don't quite understand why the memory of the Spark executor is always different from my expectations. When I set: spark.executor.memory = 6g spark.executor....
song's user avatar
  • 37
0 votes
1 answer
81 views

So, I am trying to set up a set of fargate services that need to communicate with each other. One is available on the interwebs via a load balancer. I am currently using a PublicDnsNamespace and ...
bytesnz's user avatar
  • 441
0 votes
0 answers
54 views

I have a Node.js server hosted on AWS Fargate, listening on port 8080. It's responsive and working as expected. The server is connected to a WebSocket API, and I’ve tested both tcp:8080 and http:8080 ...
michel jonson's user avatar
0 votes
0 answers
153 views

I want to run FlyWay commands that performs a database migration on an RDS instance located in a private subnet. Infrastructure needs to be set up using CDK. The Fargate service will be called from ...
SeeSharp's user avatar
1 vote
1 answer
211 views

I am testing ecs fargate auto scaling. I have set the threshold to 60% for scale out. I increased the load above 60% and scale out is working fine. But during scale in it is not reducing the task even ...
Suryansh's user avatar
0 votes
0 answers
102 views

I am trying to view the requests and responses between API Gateway and my Service. I can see logs in cloudwatch, but they are not very informative: { "requestTime": "\"11/Mar/...
Ash's user avatar
  • 13
0 votes
0 answers
142 views

I'm following the Datadog setup for ECS with Fargate and using the task definition provided (https://docs.datadoghq.com/resources/json/datadog-agent-cws-ecs-fargate.json), but while I'm able to see ...
Edward Sun's user avatar
  • 1,619
-1 votes
1 answer
274 views

When I try to connect to the FARGATE container I have got this message error below I tried many things, to add vpc endpoint but still the same error. I also tried to "enable_execute_command = ...
FredyK's user avatar
  • 305
0 votes
0 answers
142 views

I have a micro-services application that I am deploying to AWS using ECS Fargate. Most of the containers can be deployed as long running tasks in a service. However, I need to spin up new containers ...
tall_tales's user avatar
0 votes
0 answers
231 views

I have a C# application on .NET 6 running at AWS ECS Fargate. It calls AWS lambda function using AWS SDK. The C# code works well when the lambda runs less than 5 minutes, but gets the following ...
oxcart's user avatar
  • 65
0 votes
0 answers
128 views

Does anybody know of an example or an article giving instructions on how to collect memory, cpu, perhaps k8s behaviour etc stats/metrics on AWS fargate pods running the otel collector as a sidecar and,...
johnfo's user avatar
  • 1,870
0 votes
0 answers
71 views

Configuration Our system has: PHP 8.2 AWS Memcached library with OpenSSL AWS Fargate ECS deployment AWS Elasticache Problem The initial login for users appears to write and read from memcached. ...
Aaron Morefield's user avatar
0 votes
1 answer
44 views

Say I have a fargate service configured with minimum of zero pods and maximum of 5. And say on one particular day the service was never invoked and there were zero pods running the entire day. Will ...
Biju's user avatar
  • 1,048
0 votes
1 answer
56 views

I have a Vue 2.6 app which is deployed in aws ecs task container 1.4 , but in the console it is not pciking up the env variables which I have set up in the aws task environment variable. For example I ...
sromit's user avatar
  • 1,134
0 votes
0 answers
74 views

KAFKA: Error while sending message for exception: org.apache.kafka.common.errors.TimeoutException: Failed to allocate memory within the configured max blocking time 60000 ms Configuration I am using: ...
shivam bajpai's user avatar
0 votes
0 answers
90 views

I am trying to configure the Horizontal Pod Autoscaler (HPA) on my EKS Fargate setup, but I am running into an issue where the Metrics Server is returning a 403 Forbidden error when it tries to scrape ...
Dhiraj Jadhav's user avatar
0 votes
1 answer
75 views

I used the following script (anonymised) to create a scheduled Fargate task (and the other needed components): Transform: AWS::Serverless-2016-10-31 AWSTemplateFormatVersion: "2010-09-09" ...
Gabriele's user avatar
  • 781
0 votes
0 answers
96 views

I've been stuck on this issue for a while now. I have successfully deployed a Jenkins controller and agent setup using Terraform and the AWS ECS Fargate plugin for Jenkins. Everything works fine, and ...
chamika's user avatar
1 vote
0 answers
72 views

I am running a Fargate task on ECS which is time consuming but I only start seeing this error recently. My CMD start up a Python script and has following steps: Enter Python from CMD ["python3&...
Dyson's user avatar
  • 165
1 vote
0 answers
298 views

I have an ECS service which is running on Fargate (latest version). The service runs a Java (Spring) application which makes use of the AWS SDK (version 2.29.29). However, the following error is ...
Josh M.'s user avatar
  • 28.1k
0 votes
0 answers
50 views

I am running my workload in EKS Cluster using Fargate node and it runs successfully but intermittently I see my fargate nodes are recreated from AWS so the Kubernetes statefulset and deployment ...
Atif's user avatar
  • 262
0 votes
2 answers
227 views

So, I've used terraform and modules to deploy AWS resources step-by-step. After creating VPCs, RDS databases, etc., I uploaded my docker image to ECR and then try to use it when launching ECS with ...
Seth Brock's user avatar
1 vote
1 answer
182 views

I’m facing a persistent issue while trying to deploy my FastAPI + PostgreSQL app using docker compose on AWS ECS Fargate. Despite multiple debugging attempts, I can’t seem to get it working properly. ...
CuriousCat's user avatar
1 vote
1 answer
429 views

I have an ECS task which involves two containers running in a sidecar pattern. Per Amazon documentation, this is recommended for my use case where the containers share a lifecycle and need to run on ...
Braden Crimmins's user avatar
1 vote
1 answer
1k views

A fargate task I have written in python 3.12 will run and complete but always complains about: "Essential container in task exited" "Stopped | Exit code: 0" My guess is that I need ...
bldcaveman's user avatar
1 vote
1 answer
477 views

Ive tried everything I have seen online on how to make this happen. Basically I need to get a list of files from a specific directory on the container, everything Ive seen tells me I can do this with ...
zaidabuhijleh's user avatar
0 votes
1 answer
49 views

I have a usecase where my workers have run about ~100 queries at an hourly cadence. I don't want to have 100 individual lambdas run each of them separately as the count of queues may increase in the ...
Abhi's user avatar
  • 1,259
0 votes
1 answer
500 views

We have a simple web project built using .Net 8.0 and using Docker. We have made no changes to the default Dockerfile that Visual Studio created FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base USER ...
Steve Borman's user avatar
2 votes
1 answer
260 views

To save on fargate costs I wanted to scale down our dev environment consisting of around 100 ECS services overnight and on weekends. I've setup auto scaling via Terraform to achieve this as so: ...
Omiron's user avatar
  • 397
0 votes
0 answers
111 views

I get the error "ResourceInitializationError: unable to pull secrets or registry auth: The task cannot pull registry auth from Amazon ECR: There is a connection issue between the task and Amazon ...
Raj Chaudhary's user avatar
1 vote
1 answer
321 views

In current state, I have a AWS Batch, which is configured to run ML training jobs. At the end of its flow, model artifacts are stored in an S3 bucket. Additionally, I have an AWS Application Load ...
jbuddy_13's user avatar
  • 1,238

1
2 3 4 5
38