Question 643:
Your organization has two accounts, for DEV and TEST. You have certain user applications running on the TEST account would like to trigger AWS Lambda on the DEV account. What is the permission model which needs to be set to get this configuration working?
Answer options:
A.Add permission for TEST account on DEV account’s lambda function policy through AWS CLI. B.Add permission for TEST account on DEV account’s lambda execution role policy through AWS Console. C.Add permission for TEST account on DEV account’s lambda execution role policy through AWS CLI. D.Add permission for TEST account on DEV account’s lambda function policy through AWS Console.