Questions tagged with Amazon Elastic Container Service
Fully managed container orchestration service that makes it easy for you to deploy, manage, and scale containerized applications
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1160 results
I'm using ECS with an Auto Scaling group as a capacity provider to deploy tasks on EC2 (t3.micro, 2 vCPU, 1 GB memory). I've set the task placement strategy to binpack based on memory. However, I've...
Hi all.
I hope you are having a stellar day.
I urgently need some assistance with an issue I'm faced with.
I have come across a somewhat similar question on this platform, but it remains...
We received an email about using the ecs:TagResrouce permissions in our CreateCluster API call. We needed to add that permission to our IAM policy, or it would stop working.
We checked our policies...
Hi,
i have an ECS servcie that have an auto scaling policy. it is step scaling policy like when cpu utilization goes above 50% then add 1 task and it goes below 30% its remove that added task. then...
I have volume Id: vol-052db481725ad28e3 and ENI (eni-01c1baa5dc154e20c) in us-east-1. It was originally attached to an ECS task. When attempting to spin down the ECS task, it was stuck in...
Hey there,
I am deploying an ECR container via ECS & health checks are getting failed again & again saying "Task failed for container health checks", even though returned exit code is 0, target group...
Hello,
I am facing an issue while using ECS anywhere on my on-prem server. I can't open certain ports on my containers because ECS anywhere supports only** none **network mode which leads to the...
I used to deploy my AWS ECS code with CDK with no problem.
All of a sudden yesterday all tasks couldn't start. It shows `Stopped` status with following message on hover `CannotPullContainerError:...
after we deployed a new version of a pod on EKS pods are stuck on `ContainerCreating` state
running `kubectl describe pod <pod>` on a problematic pod we see
```
Warning FailedCreatePodSandBox ...
Hey there.
On June 20th, a service task stopped, and a new one started, but we could not find the cause. This happened in AWS ECS deployed in `us-east-2` with two EC2 instances behind. (It is not a...
Hi all, I'm trying to run a DAEMON service on an ECS cluster. I already tried and tested this on another newly created cluster. But when I try the same in quite an old cluster I get the...
According to the AWS documentation, supported ECS task CPU values for tasks hosted on Amazon EC2 range between 0.25 vCPUs and 192 vCPUs. However, when I attempt to set the CPU value to 32 vCPUs, I...