A database administrator runs the command shown in the exhibit to create a read replica in us-west-2 from a source DB instance in us-east-1. The command fails. What is the most likely cause?
Cross-region read replicas require automated backups enabled on the source.
Why this answer
Option B is correct because cross-region read replicas require that the source DB instance have backup retention enabled, which is a prerequisite for automated backups. Option A is wrong because the instance class is valid. Option C is wrong because public accessibility is not required for read replicas.
Option D is wrong because the replica can have a different instance class.