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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1292 results
Hi,
We have a containerised service running on ECS Fargate deployed using AWS copilot. The service has been running without issues. Now we added a MCP (multiple context protocol) server to the contai...
Hi,
I have a cloudformation stack created through aws sam using this template
```
ContainerRepository:
Type: AWS::ECR::Repository
Properties:
EmptyOnDelete: true
RepositoryPoli...
We have a Java SpringBoot app running in Docker in ECS. We have been asked to update the task configuration to make the root file system read only.
When we do that the SB app will no longer start b...
Hi everyone,
I’m running an ECS cluster on Fargate, and I’m trying to find the best way to manage application configuration.
My current setup:
Sensitive config (e.g. secrets, tokens): stored in SSM Pa...
I have an ECS Cluster running ECS task for my backend container , and I have a pipeline in github actions which deploy my new code changes
1- logs to amazon ECR
2- build , tag and push docker imag...
I’m running CloudFront with a custom domain and an ALB in me-central-1. Even with cache hits, external tests show 300+ ms latency, including 200 ms from DNS and connection delays. When I send requests...
## Environment:
* ECS on ARM64 Fargate
* Container Insights with Performance Monitoring enabled
* DataDog agent running as a sidecar container
## Problem Description
I've enabled container monitorin...
We are orchestrating batch jobs as workflows using AWS Step Functions with Fargate ECS Clusters for container execution. The containers are deployed in a VPC with 3 public subnets. In addition to the ...
We have all our resources tagged using CDK, and up until the 29th of March, this was working fine. Cost allocation tags are all set up correctly, and no changes were made on our side (they broke on a ...
I am trying to deploy a simple flask application using ECR, ECS and load balancing. This is my first time and I am following a tutorial.
However it is failing with the message of the title.
The serv...
We're migrating an application from ECS to EKS in production environment, and running into issues where our pods are dying due to Redis connection timeouts in EKS — even though everything was working ...
I'm looking for a way to enable health checks in ECS/ELB that are on different port number than the main traffic port, preferably with terraform code.