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...
1
answers
0
votes
399
views
Erica
asked 3 months ago
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...
1
answers
0
votes
379
views
Bryan
asked 3 months ago
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...
1
answers
0
votes
309
views
asked 3 months ago
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...
1
answers
0
votes
285
views
stu
asked 3 months ago
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...
3
answers
0
votes
330
views
chrism
asked 3 months ago
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....
2
answers
0
votes
191
views
asked 3 months ago
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...
1
answers
0
votes
243
views
asked 3 months ago
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 ?
1
answers
0
votes
272
views
asked 3 months ago
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...
2
answers
0
votes
200
views
asked 3 months ago
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...
1
answers
0
votes
138
views
eeasxn
asked 3 months ago
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...
1
answers
0
votes
1214
views
stu
asked 3 months ago
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 ...
1
answers
0
votes
179
views
Romero
asked 3 months ago