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.
1158 results
Hi,
Am new to aws services. Unfortunately my project manager gave me a task to do the below, can any on please give me a steps and clear understandings.
**Deploy a three tier web application using...
I am currently developing an API that sends records to Amazon Kinesis using the Kinesis Producer Library (KPL). Here are the details of my setup:
## Setup
1. **API**: Built using Ktor and sends...
Hi,
We've been receiving 'ElasticContainerService task patching retirement' notifications for our ECS services on Fargate almost every three weeks since 14 May 2024. Is it normal? It wasn't so...
In aws ecs, i have created task to be fargate type, and in managed EC2 i have few tooling vm ec2 instances, i know that fargate is aws managing the underlying infrastructure and it can be running...
I was in the process of creating and testing a CI/CD Pipeline in regards to the AWS Modern Application Workshop (https://github.com/aws-samples/aws-modern-application-workshop/tree/python/module-2),...
Hi all,
Getting a strange error that I'm not able to find the root cause of. Below is the error message:
"service [service-name] was unable to place a task because no container instance met all of...
I have this Task created on my ECS cluster, which executes a docker image with C# code in it.
The task and the container works fine at the beginning, I see logs from it, and everything is good....
I have several AWS Batch Job Definitions that rely on container images stored in ECR. My problem is that whenever I update the container images in ECR I have to update the Job Definitions as well. ...
In AWS ECS, I use auto-scaling and a binpack task placement strategy. I am facing an issue where, once the tasks scale up and instances are attached to ECS, after a scale-in event, some tasks remain...
I use CDK to deploy my app.
NetworkLoadBalancedEc2Service is deployed with its own security group to limit inbound access for certain IP addresses.
```
// Create the Network Load Balancer with...
I'm using ECS with an Auto Scaling group as a capacity provider to deploy tasks on EC2 (t3.micro, 2 vCPU, 1 GB memory). I've set the task placement strategy to binpack based on memory. However, I've...
Hi all.
I hope you are having a stellar day.
I urgently need some assistance with an issue I'm faced with.
I have come across a somewhat similar question on this platform, but it remains...