Which Amazon RDS feature will allow you to reliably restore your database to within 5 minutes of when the mistake was made?

You receive a frantic call from a new DBA who accidentally dropped a table containing all your customers.

Which Amazon RDS feature will allow you to reliably restore your database to within 5 minutes of when the
mistake was made?

You receive a frantic call from a new DBA who accidentally dropped a table containing all your customers.

Which Amazon RDS feature will allow you to reliably restore your database to within 5 minutes of when the
mistake was made?

A.
Multi-AZ RDS

B.
RDS snapshots

C.
RDS read replicas

D.
RDS automated backup

Explanation:

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonRDSIns
tances.html



Leave a Reply 0

Your email address will not be published. Required fields are marked *


Dinesh

Dinesh

C

tnkumar

tnkumar

C is not correct – Read replicas allow you to scale but is not a solution for database restoration

Dinesh

Dinesh

yes! D is correct

Shahrukh Khan

Shahrukh Khan

The correct answer is: RDS snapshots

You can easily recover from snapshot

Anuj

Anuj

D is correct.

BDA

BDA

The answer is D , because the automated backup allows you to choose from
many snapshots, including the PITC reflected in the `describe-db-instances` LatestRestorableTime parameter.

D
fun-fact: each restore creates a new RDS instance

Sam T

Sam T

Automated backups happen once a day only- so cannot meet the ” to within 5 minutes “. So not D
Snapshots are manual – you can somehow script them to run every 5 mins, then you can meet the ” to within 5 minutes ” requirement. So B should work