Practice free →
HomeAWS Solutions Architect Professionalcloudcomputingsapimprovement › Which AWS pattern adds an in-memory cache layer …

Which AWS pattern adds an in-memory cache layer to reduce read pressure on Amazon RDS / Aurora and improve hot-key latency?

AReplacing Aurora with S3
BDisabling DB connection pooling
CAmazon ElastiCache (Redis or Memcached) in front of the DB
DIncreasing the DB instance size only
Answer & Solution
Correct answer: C. Amazon ElastiCache (Redis or Memcached) in front of the DB
ElastiCache is the canonical read-cache layer (per SAP-C02 §2.5). Sizing alone doesn't address hot-key locality; S3 isn't OLTP; disabling pooling worsens load.
Solve this in the app — AWS Solutions Architect Professional practice & 24k+ MCQs →
Related questions