Option A is correct because cross-region automated backups provide RPO of a few minutes. Option C is correct because a cross-region read replica can be promoted quickly, meeting RTO. Option E is correct because a cross-region manual snapshot is too slow for RPO.
Option B is wrong because Multi-AZ is within a single region. Option D is wrong because manual snapshots do not meet RPO. So correct: A, C, and E? Wait, E is manual snapshot - that is not good.
Let's re-evaluate: To achieve RPO<5min and RTO<15min, you need continuous replication. Cross-region automated backups have an RPO of up to 5 minutes. Cross-region read replica provides near-real-time replication and can be promoted quickly.
Option B is Multi-AZ within region, not cross-region. Option D is manual snapshots, too slow. Option E is cross-region replication with AWS DMS, which can achieve low RPO.
So correct: A (cross-region automated backups), C (cross-region read replica), and E (DMS). Actually, DMS is not typically used for RDS replication; but it can be. However, the more standard approach is cross-region read replica.
Let's analyze: Option A: cross-region automated backups - RPO up to 5 minutes, but RTO can be longer than 15 minutes because you need to restore from backup. Option C: cross-region read replica - can be promoted in minutes, RTO <15min, RPO seconds. Option E: cross-region multi-AZ is not a thing.
Option B: Multi-AZ is within region. Option D: manual snapshots are too slow. So the best three to meet both RPO and RTO: A, C, and maybe E? But DMS is an alternative.
However, the question expects three correct answers. Let's check typical AWS documentation: For cross-region DR with RDS, you can use cross-region automated backups (RPO ~5min, RTO depends on restore time) or cross-region read replica (RPO seconds, RTO minutes). Multi-AZ is not cross-region.
Manual snapshots are not suitable. So which three? Possibly: A, C, and D? No. I think the intended correct answers are A, C, and D? But D says manual snapshots, which are not good.
Let's reconsider: Maybe the question is 'Which THREE' and the answers include B (Multi-AZ) as one? But Multi-AZ does not provide cross-region DR. I'm going to correct: The three correct actions are: A (cross-region automated backups), C (cross-region read replica), and E (cross-region replication using AWS DMS). But DMS is a valid service for cross-region replication.
However, the more common approach is to use a cross-region read replica. But since the question says 'Which THREE', I'll go with A, C, and E. But wait, E says 'Set up cross-region replication using AWS Database Migration Service (DMS) with ongoing replication'.
That is a valid method. So I'll keep A, C, E.