448 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
102
views
"SSL peer certificate or SSH remote key was not OK [s3-eu-west-3.amazonaws.com]" trying to hit S3 from AWS Batch
I've got an R script like so
args <- commandArgs(trailingOnly=TRUE)
# Default values (for local testing)
input_s3 <- "s3://your-bucket/input.csv"
output_s3 <- "s3://your-...
0
votes
0
answers
153
views
AWS/Batch Job Status not showing up in Cloudwatch Metrics
I have a AWS Batch Job Queue that I need to monitor the status of jobs. I have had many successful jobs run through it already. But I cannot seem to find the AWS/Batch namespace in CloudWatch.
I have ...
0
votes
0
answers
29
views
Bitbucket to GitHub migration issue of an ecs long running java batch application
I migrated a java ecs batch application from BitBucket to bamboo. The application is responsible for listening SQS queues and perform a task once there is a message template in the queue. During the ...
0
votes
0
answers
31
views
Can aws-lambda-python image be used as base image for aws batch?
For aws batch job that needs python I use python:3.11.11 image. What if I replace this with amazon/aws-lambda-python:3.11-x86_64?
Are there any restrictions for using amazon/aws-lambda-python:3.11-...
0
votes
1
answer
120
views
AWS Batch: Running ECSProperties Job with AWS Stepfunction
I have AWS Stepfunction that starts with a Lambda function to prepare the execution of an AWS Batch Job, of which the Job Definition specifies to use Fargate (ecsProperties Job). This stepfunction ...
0
votes
1
answer
246
views
How to Pass SQS Message Body as Environment Variables to AWS Batch Containers Using EventBridge
I am configuring a workflow where messages from an SQS queue trigger AWS Batch jobs, and the content of these messages is passed as environment variables to the container executing the job. I am using ...
-1
votes
1
answer
85
views
How do I use a PostgreSQL recursive CTE when the iteration number would be part of the "where ? between ?" clause
I have put together a query, using a CTE, to track the status of a set of pg_cron batch jobs running on our RDS server. I would like to make it more dynamic by changing it to be recursive.
Any help ...
2
votes
1
answer
777
views
Container Overrides from event bridge to aws batch
Like the title says, I am having trouble setting up container overrides from eventbridge to AWS BATCH.
For context, I use AWS Batch to hold container configurations for an ecs container.
The ...
0
votes
1
answer
684
views
Running playwright tests with multiple workers
I am looking to run playwright tests (Javascript) using multiple workers in a CI env (I use AWS Batch).
My playwright.config.js file looks like this.
export default defineConfig({
testDir: './...
0
votes
1
answer
179
views
Having trouble passing environmental variables into a batch job triggered by a step function
Basically I'm building a integration that runs a ECR image on ECS via a AWS batch job definition. This piece of the code works atm, and we're now moving to running the job definitions via a AWS step ...
0
votes
1
answer
297
views
AWS Batch: Activating Previous Revisions marked as inactive
Requirement: Given the requirement for compute resources capable of handling tasks lasting over 15 minutes, we determined that AWS Batch was the optimal solution.
Problem: We support versioning of our ...
0
votes
1
answer
257
views
I try to create a job using job definition in AWS batch but i am getting runnable status every time
enter image description here
Steps I follow to create job:
First create a compute environment and choose Provisioning model as EC2 and Instance type vt1.3xlarge and get status valid.
Create Queue.
...
0
votes
1
answer
263
views
How can I dynamically reference all secrets in AWS Secrets Manager within an AWS Batch Job definition?
I have an AWS Batch Job definition where I'm using specific secrets from AWS Secrets Manager. As you can see in the example below, I'm manually specifying each secret by its name.
However, I would ...
0
votes
1
answer
161
views
How to version job definitions (AWS Batch on Fargate)
I have a CDK for batch to run jobs using Fargate compute environments. In my CI/CD pushes to the source code for the container are subject to versioning issues.
I’ll push a code change yet an outdated ...
1
vote
0
answers
862
views
AWS BATCH: Container Overrides length must be at most 8192
We are trying to start an AWS batch job. The job definition has over 40 parameters which are referenced in the command (example below).
When starting a batch job we get an error
Container Overrides ...