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
I'm currently using AWS Batch to run various jobs (to take advantage of spot instances, needing less oversight/configuration compared to ECS etc...).
Oftentimes these jobs require passing a lot of...
For a proof-of-concept project, I have manually set up an ECS cluster with Fargate. The Task Definition I used works with a Hello World Docker image I created. However, it does not work when I point...
My ECS task is stuck in the PROVISIONING state. How do I start looking into this?
**Background**
My organization received the email below, informing about an upcoming update that would - if I understood correctly - restart the affected tasks sometime after 17 Jun 2024. Under the...
Issue:Access to XMLHttpRequest at 'http://localhost:3015/calculate' from origin 'http://xx.xx.xx.xxx:3000' has been blocked by CORS policy: The request client is not a secure context and the resource...
I deployed an ECS cluster with a single task definition, and it attempted to run. I then deleted all the resources, but the ENI ( eni-0729a11211837eeb1 ) is still attached. Whenever I try to...
Hi AWS, I am creating an ECS Service and while doing that I am getting the error: **Resource handler returned message: "Error occurred during operation 'ECS Deployment Circuit Breaker was triggered'."...
Hello everyone,
I have an EFS volume which I can connect to using WSL without issue.
I am struggerling to connect using ECS.
I have set it up as a mount point on the ECS task definition, and I am...
1. AWS ECS **services per namespace** quotas
I want to ask about AWS ECS quotas for **services per namespace**
Does it mean that the namespace of Cloud Map can only be bound to a maximum of 100...
I have created the ecs resources like cluster, task definition and service etc., through terraform. I do a deployment with the codepipeline, in last stage of pipeline it deploys the newer version of...
I am using aws copilot to deploy two api in ECS.
I have an api (my-api1) which should use two ports for communication: a SERVER_PORT (8081) for http communication and a GRPC_PORT (3000).
So what I...
Hi there,
I've run into a particular issue with ECS capacity providers & auto-scaling that keeps coming up, and I believe it's a bug but not entirely sure.
The situation is: we have two ECS clusters...