Question 121:
You migrated an on-premise MySQL database to AWS RDS MySQL in region ap-southeast-1. The database has stored key information such as customers’ phone numbers, addresses and date of birth. In order to decrease the read load on the master DB instance, a Read Replica has been created in region ap-southeast-2. This Read Replica can also be promoted as a data recovery scheme if the source DB instance fails. In which scenarios can the data be successfully recovered by the Read Replica? (Select TWO.)
Answer options:
A.Data has been deleted mistakenly by a bug in the application code. B.A RDS hardware failure on the master instance. C.AWS account is compromised. D.The master database instance has been mistakenly deleted. E.An AWS regional failure happening in both ap-southeast-1 and ap-southeast-2.