Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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.
1283 results
I have an ECS cluster defined with a single EC2 server running the container. I have a Task definition that I use to deploy a single container to the cluster. When I perform an Update Service and ch...
I'm using CDK to deploy a 3rd party application on ECS Fargate, that's configured to access a database via a secret in AWS Secrets Manager - using the direct integration from ECS something like the be...
Hi everyone
I have problem with Service auto scaling in ECS. I setup Scaling Policy with CPU and Memory like image below

Event data
Service
ElasticContainerService
Start time
March 16, 2025 at 11:30:00 PM UTC+5:30
Status
Ongoing
End ti...
As the title says I ran into this issue where `aws ecs execute-command` is failing with the error
> An error occurred (TargetNotConnectedException) when calling the ExecuteCommand operation: The exe...
Our organization is targeting to rollout container service, I want to know the difference between ECS and EKS especially ongoing operation efforts since my team is new to container services, but also ...
Hi,
I need to raise a cloudwatch alarm if one of my ECS Service Status is turned to Stopped.
I tried RunningTaskCount but looks like it has dependency of Container Insights to be enabled. It's difficu...
Hi everyone,
I am working on an example infrastructure for testing the ECS Managed Scaling feature for automatically scaling the underlying EC2 instances. I can't use Fargate because we require a lot...
**Issue Summary**
I’m migrating an ECS service from using LaunchType: EC2 to Capacity Provider in AWS CloudFormation. As per the AWS documentation, when LaunchType is removed, the service should defa...
I have deployed a ECS Cluster through CloudFormation and I used a "AWS::ECS::ClusterCapacityProviderAssociations" resource to set up a capacity provider. After adding services to the cluster I'm unabl...
Hi- I have an ECS Cluster with two running instances. There is a web server running on it to receive requests and provide responses. A couple of days ago I sent many requests to do stress testing. ...