List of questions
Related questions
Question 389 - SCS-C01 discussion
You are creating a Lambda function which will be triggered by a Cloudwatch Event. The data from these events needs to be stored in a DynamoDB table. How should the Lambda function be given access to the DynamoDB table? Please select:
A.
Put the AWS Access keys in the Lambda function since the Lambda function by default is secure
B.
Use an IAM role which has permissions to the DynamoDB table and attach it to the Lambda function.
C.
Use the AWS Access keys which has access to DynamoDB and then place it in an S3 bucket.
D.
Create a VPC endpoint for the DynamoDB table. Access the VPC endpoint from the Lambda function.
Your answer:
0 comments
Sorted by
Leave a comment first