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

Questions tagged [aws-fargate]

AWS Fargate is a service within Amazon Web Services that allows for running containers without managing servers or clusters. Use this tag for questions about AWS Fargate. For context, also tag your question with [amazon-ecs] or [amazon-eks] to denote which managed container service you're using.

aws-fargate
0 votes
1 answer
13 views

AWS RDS - How to get different Users

I have an aws Fargate environment which is accessed by different URL's (project1.tld; project2.tld ...). There is one database per project in an Aurora DB cluster. Each database should have a project ...
harley81's user avatar
  • 190
0 votes
0 answers
22 views

ECS Fargate Tasks Stopping Randomly and Concurrently

I am experiencing an issue with one of my services where the health check response time becomes problematic after a period of operation. Initially, when I start the service, it responds correctly and ...
sheetal shevalkar's user avatar
0 votes
0 answers
15 views

AWS Fargate caching ECR tags?

I use the "latest" tag when pushing an image to ECR. I stop the task in the UI, expecting that when the Task is automatically restarted by Fargate that this "latest" image will be ...
Dan's user avatar
  • 880
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
0 votes
0 answers
14 views

How to find out why application crashes on ECS Task

I have written a web scraping tool that runs each night - it is written in Go, and runs on Fargate ECS. Most nights it runs fine, but i've noticed lately, it seems to crash before writing the result ...
jim's user avatar
  • 9,018
-1 votes
0 answers
15 views

${ECS_CONTAINER_METADATA_URI_V4}/stats abnormally high memory limit

I have a Node.js process running on ECS/Fargate that fetches memory statistics from ${ECS_CONTAINER_METADATA_URI_V4}/stats every minute and persists the result to a database. To calculate the memory ...
Pablo Cantero's user avatar
-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
0 votes
1 answer
22 views

AWS Fargate Angular dockerize application not exposed to public ip [closed]

Starting out with Fargate to try to host an Angular dockerized application with NGINX. But it just wont work when I open the public ip to see the application. However the tutorial says it would. I ...
Chris's user avatar
  • 3
-1 votes
1 answer
36 views

AWS cdk gets stuck when deploying AWS:ECS:Service

I'm trying to deploy a frontend app. Whenever I try to deploy it gets stuck. It gets stuck when creating the ECS service. I searched online it says something is missing in the ecs service ...
Mahmoud Saad's user avatar
0 votes
1 answer
41 views

Access denied 403 Error while uploading to S3 bucket in production ECS Fargate (Working locally)

I am getting AccessDenied: Access Denied while upload files to my s3 bucket. But everything is working perfectly locally. This is the error I am seeing in my cloudwatch AccessDenied: Access Denied api ...
brohxa's user avatar
  • 117
0 votes
0 answers
37 views
+50

Handshake failed in Gitlab runner autoscale setup with Fargate

My config.toml file concurrent = 1 check_interval = 0 shutdown_timeout = 0 [session_server] session_timeout = 1800 [[runners]] name = "fargate testing" url = "https://code.xx....
Chaitanya Chitturi's user avatar
1 vote
0 answers
37 views

Blazor Web App default sample deployed to AWS fargate Counter page is not connecting to _blazor consistently

The basic blazor sample page included 3 pages. Home, Counter and Weather. If I go to the counter the page, I am given the below response most of the time. Description of error [2024-07-16T18:04:33....
user26397514's user avatar
0 votes
0 answers
30 views

After upgrading to Java 21 AWS ECS fargate tasks are shutting after a while

We have java application running on AWS ecs fargate on java 11 . Now we have updated the java version to java 21 and updated the spring boot depedency version accordingly to 2.7.31 . After deploying ...
ramesh silamala's user avatar
1 vote
1 answer
22 views

Running NodeJS service in AWS Fargate

Currently I'm trying to convert a Lambda based service with AWS Api Gateway+Lambda to a dockerized version running in Fargate and now I'm struggle about how I handle AWS permissions. For the lambda I ...
Philipp's user avatar
  • 15.6k
1 vote
1 answer
37 views

Snakemake running as an AWS Batch or an AWS Fargate task raises MissingInputException on the inputs stored on a S3 bucket

We have a Dockerized Snakemake pipeline with the input data stored on a S3 bucket snakemake-bucket: Snakefile: rule bwa_map: input: "data/genome.fa" output: "...
HessamKhoshniat's user avatar

15 30 50 per page
1
2 3 4 5
125