aws-batch 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
1
I am using a AWS Batch job , which triggers an ECR Image ( Docker Image containing python code) and the batch logs to Cloudwatch.
As per the code inside Docker, I am using print command to log as s...
Lyndel asked 31/12, 2021 at 12:52
2
Consider piece of AWS batch job definition:
MyJobDefinition:
Type: "AWS::Batch::JobDefinition"
Properties:
Type: container
Parameters: {}
JobDefinitionName: "my-job-name"
ContainerPropertie...
Foetor asked 5/6, 2018 at 15:5
1
I cannot figure out how to run AWS Batch via Fargate platform. All I'm trying to do is a hello world echo and write the file to S3.
I'm getting the following error:
CannotPullContainerError: pull i...
Lorrettalorri asked 3/6, 2023 at 22:22
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...
Durnan asked 5/12, 2017 at 14:21
2
I have a long running batch job that am planning to move to AWS Batch. Since it takes couple of hours to run this job, I cant use AWS Lambda.
But, one of the requirement is to trigger this job from...
Parris asked 16/9, 2021 at 11:40
2
Solved
I get the following error running an AWS batch job:
ResourceInitializationError: unable to pull secrets or registry auth:
execution resource retrieval failed: unable to retrieve ecr registry
auth:...
Farlee asked 16/6, 2022 at 12:7
4
I'm newbie to AWS Step Functions and AWS Batch. I'm trying to integrate AWS Batch Job with Step Function. AWS Batch Job executes simple python scripts which output string value (High level simplifi...
Hemorrhage asked 21/1, 2021 at 21:17
2
I have a Dockerfile with the following lines:
FROM python
COPY sysargs.py /
CMD python sysargs.py --date Ref::date
And my python file sysargs.py looks like this:
import sys
print('The command lin...
Pteridophyte asked 29/10, 2020 at 6:31
4
I am running my docker container in AWS ECS. When i try to execute the below command to read the logs from container, i am facing the below error.
command: docker logs -f "Container ID"
Error res...
Haile asked 14/9, 2018 at 6:45
1
What is the difference between AWS Batch and Sagemaker Training Job when using it for running docker image for Machine Learning training?
Skyler asked 15/11, 2022 at 15:46
3
AWS Batch documentation says it is based on ECS.
So why shouldn't we just use ECS? What pressing benefits does AWS Batch offer that are not available in ECS?
Both offer autoscaling as well. Is queu...
Preexist asked 17/8, 2022 at 12:40
3
I have been planning to migrate my Batch processing from Spring Batch to AWS Batch. Can someone give me the reasons to Choose AWS Batch over Spring Batch?
Design asked 18/4, 2021 at 16:21
1
In aws batch Job queues dashboard, it shows all job status failed and succeeded job count for 24 hours. Is it possible to reset counter to zero?
Theophylline asked 21/5, 2020 at 9:40
4
I have three python scripts, 1.py, 2.py, and 3.py, each having 3 runtime arguments to be passed.
All three python programs are independent of each other. All 3 may run in a sequential manner in a ...
Homosexual asked 6/5, 2019 at 13:39
2
I'm using AWS Batch and have started using Array Jobs.
AWS_BATCH_JOB_ARRAY_INDEX is passed as an Environment Variable to the container.
Is the array size passed in some way? It is mandatory to know...
Unpremeditated asked 3/6, 2018 at 20:46
3
Solved
Hi I've scheduled a Cloudwatch rule in order to run every Wednesday at 14.15 GTM by having as target an AWS Batch, which always returns FailedInvocation. I'm seeing the FailedInvocation event from ...
Hydroplane asked 3/5, 2018 at 10:34
2
Solved
I'm trying to understand how long the details associated with an AWS Batch job are retained. For example, the Kinesis limits page describes how each stream defaults to a 24 hour retention period th...
Easton asked 1/5, 2017 at 14:15
0
Is there a direct integration point or a connector to integrate an AWS Batch job with DataDog? To retrieve the logs and infrastructure metrics?
So far what I came across was the DataDog forwarder w...
Disorganize asked 19/8, 2021 at 18:36
3
Solved
I have a docker image. I would like to create a container periodically and execute as a job, say every 1 hour, by creating CloudWatch Rule.
As we are using AWS cloud, I am looking at the AWS Batch ...
Tetryl asked 3/8, 2021 at 21:34
3
Solved
I'm using AWS Batch and I found the root volume size too low for my task.
I tried creating a new computing environment/job queue but there's not any option to set volume size. I tried changing lau...
Crumpton asked 11/10, 2018 at 21:7
3
Solved
I am using AWSBatch Java client com.amazonaws.services.batch (AWS SDK for Java - 1.11.483) to submit jobs programmatically.
However, our scientists keep updating the job definition.
Every time the...
Elka asked 29/1, 2019 at 22:12
1
I have a docker image through which I make an aws batch job definition. Within the docker I am printing some statements.
The job runs and there's a success message. But the logs aren't there in Clo...
Gid asked 17/8, 2018 at 21:28
2
How do I retrieve parameters from an AWS Batch job request? Suppose I have a job submitter app that sends a job request with the following code (in C#):
SubmitJobRequest submitJobRequest = new Su...
Vice asked 10/4, 2018 at 15:16
1 Next >
© 2022 - 2024 — McMap. All rights reserved.