Prerequisites
Connecting to the AWS Console
Get Connection Information
1.
Source EC2 Database Server info
2.
Target EC2 Jump Server
3.
Target SQL Server on RDS
Creating an S3 Bucket
Working on the Source SQL Server DB Server
1.
Connecting to the Source SQL Server via RDP
2.
Connecting to SQL 2017 via SSMS
3.
Backup a Database via SSMS
4.
Transferring the backup to S3
Working on the Target RDS
1.
Prerequisites
2.
Creating an Option Group for SQL Server on RDS
3.
Configuring the Option Group for SQL Native Backup/Restore
4.
Adding the Option Group to the RDS SQL Instance
5.
Using an EC2 Jump Server to Access RDS
6.
Working with SQL Server on RDS via SSMS
7.
Restoring a Database on RDS via SSMS
Home
Author
Clear History
Links
Privacy |
Site terms
© 2020 Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Edit this page
MSSQL to SQL Server on Amazon RDS Workshop
>
Working on the Target RDS
> Configuring the Option Group for SQL Native Backup/Restore
Configuring the Option Group for SQL Native Backup/Restore
Select the
Option Group
that you want to modify, and then choose
Add Option
Add the
SQLSERVER_BACKUP_RESTORE
option to the Option Group
For
IAM Role
, for the purposes of the demo, Select
Create a New Role
from the dropdown:
Then type in a new
Role Name
For the
S3 Bucket
, select the bucket that was recently created, that stores the backup files.
For
Encryption
, you can choose either
Select
Immediately
to immediately apply the Option Group, and continue on to
Add Option