0 votes
in AWS by

A developer has built a market application that stores pricing data in Amazon DynamoDB with Amazon ElastiCache in front. The prices of items in the market change frequently. Sellers have begun complaining that, after they update the price of an item, the price does not actually change in the product listing.
What could be causing this issue?

  • A. The cache is not being invalidated when the price of the item is changed
  • B. The price of the item is being retrieved using a write-through ElastiCache cluster
  • C. The DynamoDB table was provisioned with insufficient read capacity
  • D. The DynamoDB table was provisioned with insufficient write capacity

1 Answer

0 votes
by
Correct answer is :-

A. The cache is not being invalidated when the price of the item is changed

Related questions

0 votes
asked Mar 5 in AWS by DavidAnderson
0 votes
asked Mar 5 in AWS by DavidAnderson
...