AWSConfigRemediation-ConfigureLambdaFunctionXRayTracing - AWS Systems Manager Automation Runbook Reference
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AWSConfigRemediation-ConfigureLambdaFunctionXRayTracing

Description

The AWSConfigRemediation-ConfigureLambdaFunctionXRayTracing runbook enables AWS X-Ray live tracing on the AWS Lambda function you specify in the FunctionName parameter.

Run this Automation (console)

Document type

Automation

Owner

Amazon

Platforms

Linux, macOS, Windows

Parameters

  • AutomationAssumeRole

    Type: String

    Description: (Required) The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf.

  • FunctionName

    Type: String

    Description: (Required) The name or ARN of the Lambda function to enable tracing on.

Required IAM permissions

The AutomationAssumeRole parameter requires the following actions to use the runbook successfully.

  • lambda:UpdateFunctionConfiguration

  • ssm:StartAutomationExecution

  • ssm:GetAutomationExecution

Document Steps

  • aws:executeAwsApi - Enables X-Ray tracing on the Lambda function you specify in the FunctionName parameter.

  • aws:assertAwsResourceProperty - Verifies that X-Ray tracing has been enabled on the Lambda function.

Outputs

UpdateLambdaConfig.UpdateFunctionConfigurationResponse - Response from the UpdateFunctionConfiguration API call.