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. ...
1
answers
0
votes
311
views
profile picture
RNHurt
asked 2 months ago
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...
2
answers
0
votes
386
views
asked 2 months ago
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...
2
answers
0
votes
142
views
profile picture
Smotrov
asked 2 months ago
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...
1
answers
0
votes
404
views
Eddie
asked 2 months ago
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...
1
answers
0
votes
404
views
Nic
asked 2 months ago
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...
2
answers
0
votes
278
views
asked 2 months ago
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...
3
answers
0
votes
416
views
Nirmal
asked 2 months ago
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...
1
answers
0
votes
266
views
James
asked 2 months ago
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...
2
answers
0
votes
256
views
Vishnu
asked 2 months ago
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...
1
answers
0
votes
522
views
asked 2 months ago
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:...
1
answers
0
votes
320
views
profile picture
Smotrov
asked 2 months ago
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 ...
1
answers
0
votes
180
views
Uri
asked 2 months ago