All Content tagged with AWS Fargate

AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. AWS Fargate is compatible with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS).

Content language: English

Select up to 5 tags to filter
Sort by most recent
696 results
Hi! I have a microservice running inside fargate, this is built in my first stack, and then Im passing to my second stack the alb dns name because my lambda function needs to call an endpoint that is...
1
answers
0
votes
31
views
cao95
asked 2 days ago
I created an ECS service on Fargate that's associated with an Application Load Balancer and Target Group. I accidentally gave it the wrong target port in setup. How can i modify the port in the AWS...
1
answers
0
votes
39
views
asked 5 days ago
Description: We are encountering an issue with our ECS Fargate task where it fails to access the IAM credentials from the EC2 Instance Metadata Service. The error message observed in the application...
2
answers
0
votes
49
views
asked 8 days ago
Hi! I'm getting the next error Error: socket hang up when I call an endpoint that takes some time (my backend is built in Java with SpringBoot). In my localhost it works even if it takes time but on...
2
answers
0
votes
46
views
cao95
asked 9 days ago
I saw in the documentation that profiling is available for Python and Java in this documentation https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html Is there any...
1
answers
0
votes
26
views
profile picture
asked 11 days ago
We are launching multiple Fargate tasks using run_task. The container runs a python script as its ENTRYPOINT. Most of them run, log and complete successfully. But a subset of them start running,...
1
answers
0
votes
40
views
Adam
asked 11 days ago
I am doing a deployment in ECS Fargate Service, I see the tasks are getting started successfully but then they are repeatedly getting stopped with "AWSSecurityTokenServiceException" for the task role....
2
answers
0
votes
32
views
asked 13 days ago
Good day, My company received an email message for the upcoming routine retirement of our AWS Elastic Container Service as stated below. You are receiving this notification because AWS Fargate has...
2
answers
0
votes
54
views
asked 16 days ago
By bigger tasks I mean tasks with more memory allocations: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.FargateTaskDefinition.html ### Use Case I am running a Fargate Cluster to...
0
answers
0
votes
20
views
Dawn
asked 19 days ago
We use ECS Fargate for hosting customer application, from time to time we see Fargate apps restarted from aws ecs maintenance events We want to create an Event Bridge Rule to capture the 14 day...
2
answers
0
votes
54
views
asked a month ago
## Issue When we are trying to do load testing on the apis using apachebench with 10k requests(-n 10000) and concurrency of 1k (-c 1000) on health apis via alb we are getting many failures(503),...
1
answers
0
votes
64
views
blesson
asked a month ago