A company wants to migrate its on-premises Oracle database to Amazon Aurora. The company wants to use a secure and encrypted network to transfer the data. Which combination of steps will meet these requirements? (Select TWO.)
A.
Use AWS Application Migration Service to migrate the data.
B.
Use AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) to migrate the data.
C.
Use AWS Direct Connect SiteLink to transfer data from the on-premises environment to AWS.
D.
Use AWS Site-to-Site VPN to establish a connection to transfer the data from the on-premises environment to AWS.
To securely migrate an on-premises Oracle database to Amazon Aurora, the following steps are recommended:
Use AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS): AWS SCT helps convert the source database schema to a format compatible with the target database (Aurora). AWS DMS facilitates the actual data migration, ensuring minimal downtime and data integrity.
Use AWS Site-to-Site VPN: Establishing a Site-to-Site VPN connection provides a secure and encrypted tunnel between the on-premises environment and AWS. This ensures that data transferred during the migration is protected against interception and unauthorized access.
[References:, Migrate an Oracle database to Aurora PostgreSQL using AWS DMS and AWS SCT, Step 2: Configure Your Source Database - AWS Documentation, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit