New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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
1365 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...
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...
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 ...
EXPERT
published 2 days ago2 votes48 views
This blog post summarizes key highlights from the AWS re:Invent 2024 session "Supercharge your AI and ML workloads on Amazon ECS (SVS331)." We'll explore how to leverage Amazon ECS for building and sc...
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...
EXPERT
published 3 days ago0 votes39 views
By detecting an event when "exitCode" is other than 0, the container side will be notified that an abnormal termination has occurred.
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 ...
EXPERT
published 7 days ago1 votes66 views
At AWS re:Invent 2024, Jennifer Lin and Olly Pomeroy from AWS, along with Michael Lee from Fannie Mae, delivered an insightful session on how platform teams can leverage Amazon Elastic Container Servi...
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...
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...