Related: RDS

AWS RDS has subnet groups
For RDS each instance requires EBS storage
Each AWS RDS Instance can have multiple Database

StandBy server will sync updates with the Primary as soon it was received by the Primary (cross-AZ)
Read Replicas are also available, can be scaled out also in the same AZ or even different region

If backups are created they to be stored in S3 – AWS managed bucket, you won’t see it.

Read ReplicasMulti-AZMulti Region (Read)
If the DB is read-loaded than up to 5 DB Replicas can be deployedReplication of main DB to other AZ in case of AZ outage, for failover (HA).Read replicas deployed in other regions
Data is only written to the main DBData is only read/written to the main DBChanges written to the main DB
Can failover only to a single AZOptimizes read performance for global connections