0 votes
in AWS by

A developer is creating a solution to track an account's Amazon S3 buckets over time. The developer has created an AWS Lambda function that will run on a schedule. The function will list the account's S3 buckets and will store the list in an Amazon DynamoDB table. The developer receives a permissions error when the developer runs the function with the AWSLambdaBasicExecutionRole AWS managed policy.
Which combination of permissions should the developer use to resolve this error? (Choose two.)

  • A. Cross-account IAM role
  • B. Permission for the Lambda function to list buckets in Amazon S3
  • C. Permission for the Lambda function to write in DynamoDB
  • D. Permission for Amazon S3 to invoke the Lambda function
  • E. Permission for DynamoDB to invoke the Lambda function

1 Answer

0 votes
by

Correct answer is :- 

  • B. Permission for the Lambda function to list buckets in Amazon S3 
  • C. Permission for the Lambda function to write in DynamoDB 

Related questions

0 votes
asked Mar 3 in AWS by DavidAnderson
0 votes
asked Apr 17 in AWS by DavidAnderson
...