Skip to main content
Try Tracer in Your AWS Batch Workloads
Use CloudFormation to set up AWS Batch infrastructure for bioinformatics and HPC pipelines.

1. Connect AWS Integration

Open the following link to connect your AWS account automatically to Tracer. This will allow Tracer to monitor your AWS Batch jobs.→ Connect AWS

2. Locate the EC2 LaunchTemplate UserData

In your CloudFormation template, find the UserData field within the Launch Template used by your AWS Batch compute environment.Reference example: CloudFormation Template

3. Append Tracer install in EC2 Launch Template UserData

Add these commands to the runcmd: section in your UserData:
Go to our onboarding to get your own personal token

4. Validate, apply change set, then verify instance

5. Configure Nextflow batch.config with Trace ID

In your Nextflow batch.config file, you need to:
  1. Add a params section to generate a UUID that will be shared across all jobs in the workflow
  2. Add containerOptions in the process section to pass the trace ID as an environment variable to each container
This allows Tracer to correlate all jobs from the same workflow execution.

Monitor and Optimize Your Pipeline

Tracer Logo
Watch your pipeline run in the Tracer dashboard
View real-time metrics, resource usage, and performance insights for your pipeline runs.