Control-M for AWS Batch
AWS Batch enables you to manage and execute batch computing workloads in AWS.
Control-M for AWS Batch enables you to do the following:
- Connect to any AWS Batch endpoint from a single computer with secure login, which eliminates the need to provide authentication.
- Integrate AWS Batch jobs with other Control-M jobs into a single scheduling environment.
- Apply predefined job definitions and revisions and override predefined parameters in the AWS Batch job.
- Monitor the status, results, and output of AWS Batch jobs in the Monitoring domain.
- Attach an SLA job to your AWS Batch jobs.
- Introduce all Control-M capabilities to Control-M for AWS Batch including advanced scheduling criteria, complex dependencies, Resource Pools, Lock Resources, and variables.
- Run 50 AWS Batch jobs simultaneously per Agent.
Setting up Control-M for AWS Batch
This procedure describes how to install the AWS Batch plug-in, create a connection profile, and define an AWS Batch job in Helix Control-M and Automation API.
Before you Begin
- Verify that Automation API is installed, as described in Setting up the API.
- Verify that Agent version 9.0.21.080 or later is installed.
Begin
- On the Agent host, set the Java environment variable by running one of the following commands through a command line:
- Linux:
- Bourne shell/bash: export BMC_INST_JAVA_HOME=<java_11_directory>
- csh/tcsh: setenv BMC_INST_JAVA_HOME <java_11_directory>
- Windows: set BMC_INST_JAVA_HOME="<java_11_directory>"
- Linux:
- Run one of the following API commands:
- For a fresh installation, use the provision image command:
- Linux: ctm provision image ABA_plugin.Linux
- Windows: ctm provision image ABA_plugin.Windows
- For an upgrade, use the following command:
ctm provision agent::update
- For a fresh installation, use the provision image command:
Create an AWS Batch connection profile in Helix Control-M or Automation API, as follows:
- Helix Control-M: Creating a Centralized Connection Profile with AWS Batch Connection Profile Parameters
- Automation API: ConnectionProfile:AWS Batch
- Define an AWS Batch job in Helix Control-M or Automation API, as follows:
- Helix Control-M: Creating a Job with AWS Batch Job parameters
- Automation API: Job:AWS Batch
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.