Point in time recovery restores the entire snapshot as a separate instance. In other words, Amazon RDS automation provisions a new instance and then restores all databases from the snapshot image.
sqlerver-rdsssql
under DB Identifier.From the Actions menu, click on Restore to point in time.
On the Restore to point in time page, select Latest restorable time from the Restore time option. You may also select a custom point in time by choosing Custom date and time and providing the desired date and time.
Provide the following information:
restored-sqlerver-rdsssql
(example)db.t3.2xlarge
Scroll down to the bottom of the page and click on Restore to point in time.
On the Databases page, you will see that the new instance restored-sqlerver-rdsssql
is in the creating state.
Once completed, the status will change from Creating to Available. You may connect to the restored instance using its endpoint. The operation will take a few minutes to complete.
Note: - Restore time varies depending on the number of transaction log backups needed to be applied on top of the full backup. To reduce recovery time, you may take manual snapshot backups between daily automatic snapshot backups.