Which approach below provides the least impact to provisioned throughput on the "Product" table?

Which approach below provides the least impact to provisioned throughput on the “Product”
table?

Which approach below provides the least impact to provisioned throughput on the “Product”
table?

A.
Create an “Images” DynamoDB table to store the Image with a foreign key constraint to
the “Product” table

B.
Add an image data type to the “Product” table to store the images in binary format

C.
Serialize the image and store it in multiple DynamoDB tables

D.
Store the images in Amazon S3 and add an S3 URL pointer to the “Product” table item
for each image



Leave a Reply 5

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

Correct answer is D