446 questions
1
vote
0
answers
114
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
210
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
1
answer
163
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
286
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
95
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
894
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
850
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
239
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
329
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
277
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
318
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
172
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
999
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 ...
0
votes
2
answers
201
views
Batch Job (Fargate task) cannot pull image from ECR
I'm struggling to understand what VPC configurations are necessary to enable AWS Batch Jobs, running in a Fargate compute environment, to retrieve images from ECR.
vpc.ts
// Create VPC
this....
0
votes
1
answer
261
views
Why will a disabled AWS Batch compute environment incur costs?
I want to use AWS Batch, with a managed environment. The documentation says:
Compute environments in a DISABLED state might continue to incur billing charges. To prevent additional charges, turn off ...