
Answer-first summary for fast verification
Answer: Create a custom AWS Config rule to check for appropriate IAM roles and policies on all Lambda functions.
Creating a custom AWS Config rule to check for appropriate IAM roles and policies on Lambda functions ensures compliance with the requirement. This approach provides automated monitoring and reporting capabilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to ensure that all Lambda functions within your AWS environment are configured with appropriate IAM roles and policies. How would you use AWS Config to monitor and report on the compliance of Lambda functions with this requirement?
A
Create a custom AWS Config rule to check for appropriate IAM roles and policies on all Lambda functions.
B
Use the built-in AWS Config rule 'lambda-function-settings-check' to monitor compliance.
C
Manually check each Lambda function for IAM roles and policies.
D
Disable all Lambda functions until appropriate IAM roles and policies are configured.
No comments yet.