Question 124:
A solution architect would like to implement a caching solution for an application. The application is write-heavy performing frequent write operations. What is the optimal solution to this problem?
Answer options:
A.Deploy Amazon ElastiCache for Redis (Cluster Mode Disabled) cluster. B.Deploy Amazon ElastiCache for Redis (Cluster Mode Enabled) cluster. C.Deploy Amazon DAX cluster. D.Implement Write-Through caching strategy.