All Content 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
I have several AWS Batch Job Definitions that rely on container images stored in ECR. My problem is that whenever I update the container images in ECR I have to update the Job Definitions as well. ...
In AWS ECS, I use auto-scaling and a binpack task placement strategy. I am facing an issue where, once the tasks scale up and instances are attached to ECS, after a scale-in event, some tasks remain...
I use CDK to deploy my app.
NetworkLoadBalancedEc2Service is deployed with its own security group to limit inbound access for certain IP addresses.
```
// Create the Network Load Balancer with...
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 ...