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.

1245 results
I am facing a 403 Forbidden error with my Lex chatbot when deploying it on ECS Fargate. The chatbot is working perfectly locally, but I am unable to get it to work within the ECS environment. I suspec...
3
answers
0
votes
24
views
asked 2 hours ago
Hi re:Post, I've been tasked with downloading an AMI and running it on my laptop via Docker. The AMI is "full-stack-2024-10-12-22-52" found in our AMI Catalog: ![Enter image description here](/medi...
2
answers
0
votes
41
views
profile picture
asked 18 hours ago
The circuit breaker feature on ECS deployments is not functioning the way I would expect. Here's my setup: 1. Create an ECS task definition that uses a simple nginx image configured with a health che...
1
answers
0
votes
25
views
asked 18 hours ago
I have set up an ALB with ECS Fargate service. The target group's health check URL is being hit 6 times per minute, with each request having the Connection: close header and using HTTP/1.1. I’ve enabl...
1
answers
0
votes
24
views
asked 19 hours ago
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
28
views
asked 2 days 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 3 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
32
views
asked 3 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
27
views
asked 3 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 5 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 8 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 9 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 9 days ago