Briefing Amazon Knowledge

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

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