Question 335:
An application is making calls to a DynamoDB table. The queries are taking on a lot of read capacity. The table has a large number of attributes. Not all of the attributes are used in the query. Which of the following can be used to minimize the read capacity being used by the queries?
Answer options:
A.Use global secondary indexes with projected attributes. B.Use an Application Load balancer in front of the DynamoDB table. C.Consider using parallel scans on the table. D.Use a cloudfront distribution in front of the DynamoDB table.