ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 760 - SAA-C03 discussion

Report
Export

A company uses a Microsoft SOL Server database. The company's applications are connected to the database. The company wants to migrate to an Amazon Aurora PostgreSQL database with minimal changes to the application code.

Which combination of steps will meet these requirements? (Select TWO.)

A.
Use the AWS Schema Conversion Tool <AWS SCT) to rewrite the SOL queries in the applications.
Answers
A.
Use the AWS Schema Conversion Tool <AWS SCT) to rewrite the SOL queries in the applications.
B.
Enable Babelfish on Aurora PostgreSQL to run the SQL queues from the applications.
Answers
B.
Enable Babelfish on Aurora PostgreSQL to run the SQL queues from the applications.
C.
Migrate the database schema and data by using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS).
Answers
C.
Migrate the database schema and data by using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS).
D.
Use Amazon RDS Proxy to connect the applications to Aurora PostgreSQL
Answers
D.
Use Amazon RDS Proxy to connect the applications to Aurora PostgreSQL
E.
Use AWS Database Migration Service (AWS DMS) to rewrite the SOI queries in the applications
Answers
E.
Use AWS Database Migration Service (AWS DMS) to rewrite the SOI queries in the applications
Suggested answer: B, C

Explanation:

Requirement Analysis: The goal is to migrate from Microsoft SQL Server to Amazon Aurora PostgreSQL with minimal application code changes.

Babelfish for Aurora PostgreSQL: Babelfish allows Aurora PostgreSQL to understand SQL Server queries natively, reducing the need for application code changes.

AWS Schema Conversion Tool (SCT): This tool helps in converting the database schema from SQL Server to PostgreSQL.

AWS Database Migration Service (DMS): DMS can be used to migrate data from SQL Server to Aurora PostgreSQL seamlessly.

Combined Approach: Enabling Babelfish addresses the SQL query compatibility, while SCT and DMS handle the schema and data migration.

Reference

Babelfish for Aurora PostgreSQL: Babelfish Documentation

AWS SCT and DMS: AWS Database Migration Service

asked 16/09/2024
alvaro Vasconcelos
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first