Config: AWS maintained required tags rule not recording Lambda Functions

0

I am using required-tags config rule (AWS managed) it is working fine for all type of resources but it is not recording lambda functions

1 Answer
1
Accepted Answer

In required tags documentation it doesn't list out Lambda resource. I would suggest going through Custom Config Rdk as shown in the below documentation and deploying it in your region.

  1. https://github.com/awslabs/aws-config-rules/blob/master/python/lambda_require_tags_with_valid_values.py
  2. Required tags documentation where lambda is not included - https://docs.aws.amazon.com/config/latest/developerguide/required-tags.html
AWS
answered a year ago
profile picture
EXPERT
reviewed a year ago
  • Thanks for your response Can you please tell me will it work for large set of resources may be 1000-2000 and also if I try to include some other type of resources that are not covered under required tags rule

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions