aws-ecs Questions

10

Solved

I use a computing environment of 0-256 m3.medium on demand instances. My Job definition requires 1 CPU and 3 GB of Ram, which m3.medium has. What are possible reasons why AWS Batch Jobs are stuck ...
Aeneus asked 8/1, 2018 at 13:29

9

Solved

Hello I am interested in retrieving the Task ID from within inside a running container which lives inside of a EC2 host machine. AWS ECS documentation states there is an environment variable ECS_C...
Knobby asked 16/2, 2018 at 3:52

3

Solved

I was trying to get answers on my question here and here, but I understood that I need to know specifically Fargate implementation of vCPUs. So my question is: If I allocate 4 vCPUs to my task do...
Bawdy asked 30/8, 2018 at 7:0

5

Solved

From the console, I am invoking a lambda which submits a batch job. The batch job fails, indicating that ECS is unable to assume the role that is provided to execute the job definition. For the ro...
Tertian asked 26/2, 2018 at 21:33

2

I have a multi-container (docker compose) application. I would like to scale it offline on AWS Batch for processing large volumes of data on S3. My .yml file for docker compose looks something like...

1

I am running socket server container in AWS Fargate using socket.io Everything works fine with connected users around 800-1000, But when the number of clients increases old socket connection gets ...
Franglais asked 21/8, 2018 at 10:9

7

I curious if there is a way to set one common lifecycle policy, that will be applied to all repositories in ECR? Currently, as I understand there is no way to do it. One approach that I'm thinkin...
Cellobiose asked 25/4, 2018 at 9:49

3

While trying to run a task in EC2 instances, I get this terrible error message. Run tasks failed Reasons : ["ATTRIBUTE"] Like many others, I was referred to check out the "requiresAttributes" se...
Gaudery asked 24/6, 2018 at 3:9

4

Solved

If I am running container in AWS ECS using EC2, then I can access running container and execute any command. ie. docker exec -it <containerid> <command> How can I run commands in the ...
Kaisership asked 28/7, 2018 at 11:25

1

I have a simple Cloudwatch dashboard to monitor the running task count in a simple ECS cluster. AWS provides this documentation which is exactly what I want. The problem is it doesn't accurately re...
Appetizer asked 20/12, 2017 at 13:39

4

I am trying to mount S3 as a volume on AWS ECS docker container using rexray/s3fs driver. I am able to do this on my local machine, where I installed plugin $docker plugin install rexray/s3fs a...
Pompidou asked 27/8, 2018 at 14:30

4

Solved

What the the minimum/average time for AWS ECS Fargate to boot and run a docker image? For arguments sake, the 45MB anapsix/alpine-java image. I would like to investigate using ECS Fargate to speed...
Weylin asked 28/12, 2017 at 11:25

3

Solved

I'm trying to create CI pipeline with GitHub, Travis CI and AWS ECS. When I'm push commit to master branch, I'm getting error in travis CI: 'Could not parse .travis.yml'. I can't figure out, where ...
Premier asked 27/5, 2018 at 10:36

3

Solved

When searching for this it yields how to do this using ECS. This requires either putting a config file in a particular directory or setting env variables, neither of which are possible when using F...
Tuberculate asked 6/12, 2017 at 17:17

4

I have docker container stored on AWS ECR, using this container I have created Task . When I run Task over Fargate , the service moves from PROVISIONING > PENDING (red color) > STOPPED states . Th...
Pluralism asked 16/12, 2017 at 7:25

2

Solved

Trying to create an ECS service using cloudformation via the following manifest that has the appropriate imports UIService: Type: AWS::ECS::Service Properties: Cluster: !ImportValue ECSCluster...

1

I have a container that is part of an ECS task definition, which I have marked as essential=false, because if this container goes down, I do not want the ECS agent to take down the other containers...
Exit asked 26/8, 2018 at 13:58

1

Solved

We are trying to get the state of a registered target (instance) in a target group. This can be done with the command aws elbv2 describe-target-health --target-group-arn ${TG} --targets Id=${ID},Po...
Zellner asked 26/8, 2018 at 0:37

1

I am trying to get an HTTPS certificate on a docker-based app running on AWS ECS (elastic container service). However, when finally trying to deploy the docker instances to ECS, I run into an undef...
Graphomotor asked 21/3, 2018 at 15:23

1

Solved

AS per AWS docs: Service CPU utilization = (Total CPU units used by tasks in service) x 100 ------------------------------------------------------ (Total CPU units specified in task definition) x...
Southwester asked 30/1, 2018 at 19:48
1

© 2022 - 2024 — McMap. All rights reserved.