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.
1160 results
Somewhat new to AWS, I'm trying to build a POC with CDK in python using ECR, Fargate with ALB, and an API Gateway. I've been able to publish an image to an ECR repo, but when I try pulling it into the...
I'm using the ApplicationLoadBalancedFargateService construct to deploy ECS services. I have a new requirement to specify the subnets where the tasks and ALBs are instantiated. Tasks were easy with...
Trying to update the number of desired tasks of an ECS service, I get an error:
"There are no capacity providers in the capacity provider strategy with a weight value greater than zero. Specify a...
I'm attempting to deploy a load balanced webservice using AWS copilot.
The app that runs in this service needs to connect to a postgres database outside of AWS using an ssl connection.
When I run...
Hello. I am new to AWS, so excuse any accidental simplifications/omissions.
Background: I have a windows desktop (not windows server). I have some CSV files which I want to run through a python...
Is it possible to register two ecs services to the same target group.
The end goal is to test two versions of the app simultaneously and slowly route traffic from the old version to the new version....
I've hit a roadblock while attempting to implement a solution using a RHEL9-based Docker image that hosts a Tomcat web server running my application. The goal is for users to utilize my base Docker...
Hi, I am new to AWS Batch. Is it possible to tag the compute environment resources dynamically based on the job-id that is executes ?
I have 2 clusters of ec2 launch type and both ec2 instances have same security group
nginx and test in same namespace (nginx_main)
nginx cluster has only one service called nginx
the task definition...
The AWS ECS task definition sets the image URI label as v1. When I replace the v1 image in ECR and stop the old task, but use the image label sha256 after the new task starts, I always use the old...
I'm building a web service that will run on ecs/fargate. Because I expect very infrequent traffic, I'm creating an api gateway ingress that will use cloudmap to find the service following [this...
Appreciate any help on mounting the EFS volume on ECS containers on EC2 launch type with cloud formation
EFS volume, which has 3 access points mounted on two public subnets
/logs
/media
...