Low Lambda Regional

Lambda functions should be tagged

Description

Flags AWS Lambda functions that have no user-defined tags. Tags help associate functions with their owning team, application, and cost centre; untagged functions are operationally opaque.


Remediation

Apply at least one user-defined tag to every Lambda function.

Steps

  1. Open the AWS Lambda console and select the function.
  2. Choose Configuration, then Tags.
  3. Add at least one tag with a non-aws: prefixed key.
  4. Save the changes.