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.

1241 results
I deploy a ECS clutser with CDk. For this I set first an Austoscaling group. ``` const ec2AutoScalingGroup = new AutoScalingGroup(this, `${this.instanceName}-AutoScalingGroupEc2`, { vpc: this.m...
1
answers
0
votes
25
views
asked 14 hours ago
We have a microservice running in AWS ECS with OpenTelemetry instrumentation that exposes Prometheus metrics on a separate port. Currently, our deployment setup is: Dev & Staging: Rolling update depl...
1
answers
0
votes
35
views
profile picture
asked 2 days ago
In all, is it possible to use a dockervolume with the ecs.Scope.TASK on an EC2 task? I have a task with 3 containers. All 3 containers have to share one volume or path. After the task restart it is ...
1
answers
0
votes
31
views
asked 2 days ago
I have this issue where one of our services started throwing update errors all of a sudden without us chanigng anything in the service configuration. I can mention that we have had the same issue in o...
2
answers
0
votes
26
views
asked 2 days ago
Hello, Is there a way to reach a service on an unmapped port. Context: I have 2 ECS service - 1 is running on EC2 and 1 on Fargate. Both are running in the same VPC in private subnets. The routes in ...
2
answers
0
votes
59
views
asked 4 days ago
There is no Docker Labels parameter for run-task cli [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/run-task.html]. With AWS Fargate run-task cli, Is there a way that users ca...
1
answers
0
votes
27
views
AWS
asked 7 days ago
I am maintaining a single task definition in which each revision has a different container with a different base image. Now every time the container takes around 20-30 seconds to start and come to the...
2
answers
0
votes
35
views
asked 8 days ago
Hello AWS re:Post, I’m reaching out to seek guidance regarding an issue we’ve encountered while working with ECS Fargate and Service Connect. Below, I’ve outlined the details of our setup and the cha...
1
answers
0
votes
29
views
asked 8 days ago
We have an ECS task that injects secrets from Secrets Manager, defined in a CloudFormation template created via the CDK. I have updated our CDK project to generate a new secret and inject it into the ...
3
answers
0
votes
57
views
asked 9 days ago
I have a docker image with app listening on port 12345. I want to run it on ecs (ec2 based) with better scallability. I`ve done: * prepare an architecture with: 1 vpc, 2 subnets * autoscaling group w...
1
answers
0
votes
43
views
asked 10 days ago
I have many ECS services on Fargate. Only one service communicates with the load balancer, and traffic to the other services goes through that gateway service. The other services make internal calls t...
2
answers
0
votes
44
views
asked 14 days ago
I have 2 services: nginx and nodejs in same VPC, cluster. I'm using ecs service connect to forward request from nginx to nodejs server. Now I'm facing with issue: when everything work fine, I force ne...
2
answers
1
votes
44
views
asked 14 days ago