A city 311 portal team plans to insert a new Amazon ElastiCache layer in front of a hot RDS read path. Leadership wants the change promoted only after proving it under realistic citizen-traffic patterns. Which remediation approach best meets that continuous-improvement gate?
Select an answer to reveal the explanation.
Short Explanation
New caches look shiny until Black Friday—or tax-deadline Monday—hits the 311 phones. Stage a dress rehearsal with real-ish load, then promote the winner. Skipping the load test is how you invent a citizen outage.
Full Explanation
SAP-C02 continuous improvement expects remediation candidates to be validated before full rollout. Load testing the ElastiCache design against realistic traffic confirms latency, eviction, and failure behavior before production promotion. Blind production flips and disabling observability increase risk. Shared EBS across web hosts is not a substitute for a managed cache tier in front of RDS.