ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

111 / 145

Question 111:

A CSV file containing data that must be imported into a DynamoDB table is stored in an S3 bucket. What is the optimal method for importing this data into the DynamoDB table?

Answer options:

A.Use AWS Lambda Function to read the file and import the data into the DynamoDB table.
B.Use AWS Data Pipeline to read the file and import the data into the DynamoDB table.
C.Use AWS CLI to read the file and import the data into the DynamoDB table.
D.Use AWS Management Console to import the data into the DynamoDB table.