Using CloudWatch Logs with Amazon Batch - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Using CloudWatch Logs with Amazon Batch

You can configure your Amazon Batch jobs on EC2 resources to send detailed log information and metrics to CloudWatch Logs. Doing this, you can view different logs from your jobs in one convenient location. For more information about CloudWatch Logs, see What is Amazon CloudWatch Logs? in the Amazon CloudWatch User Guide.

Note

By default, CloudWatch Logs is turned on for Amazon Fargate containers.

To turn on and customize CloudWatch Logs logging, review the following one-time configuration tasks:

  • For Amazon Batch compute environments that are based on EC2 resources, add an IAM policy to the ecsInstanceRole role. For more information, see Tutorial: Add a CloudWatch Logs IAM policy.

  • Create an Amazon EC2 launch template that includes detailed CloudWatch monitoring, then specify the template when you create your Amazon Batch compute environment. You can also install the CloudWatch agent on an existing image and then specify the image in the Amazon Batch first-run wizard.

  • (Optional) Configure the awslogs driver. You can add parameters that change the default behavior on both EC2 and Fargate resources. For more information, see Use the awslogs log driver.