A small municipal IT team needs high availability for a permits database but lacks staff to operate mirrored MySQL on EC2. What should the architect recommend?
Select an answer to reveal the explanation.
Short Explanation
A tiny IT shop shouldn’t babysit homemade MySQL mirrors. Hand HA to RDS or Aurora Multi-AZ and spend people-time on city services, not failover scripts.
Full Explanation
Managed database services with Multi-AZ provide automated replication and failover, which fits small teams better than self-managed mirrored MySQL on EC2. Single-instance EC2 with snapshots alone is not HA. S3 object storage is not a substitute for a relational OLTP permits database. SAP-C02 reliability guidance prefers managed HA services when operational burden is a constraint.