Which combination of stops should the database specialist take to meet those requirements?
(Choose three.)
Set up an Amazon S3 destination bucket. Establish a trust relationship with an IAM role that includes permissions for Amazon RDS.
Set up an Amazon FSx for Windows File Server destination file system. Establish a trust relationship with an IAM role that includes permissions for Amazon RDS.
Create an option group. Add the SQLSERVER_BACKUP_RESTORE option to the option group
Modify the existing default option group. Add the SQLSERVER_BACKUP_RESTORE option to the option group
Back up the database by using the native BACKUP DATABASE TSQL command. Restore the database by using the RESTORE DATABASE TSQL command.
Back up the database by using the rds_backup_database stored procedure. Restore the database by using the rds_restore_database stored procedure.