Topic 1 Question 886
2 つ選択A company uses a Microsoft SQL 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?
Use the AWS Schema Conversion Tool (AWS SCT) to rewrite the SQL queries in the applications.
Enable Babelfish on Aurora PostgreSQL to run the SQL queries from the applications.
Migrate the database schema and data by using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS).
Use Amazon RDS Proxy to connect the applications to Aurora PostgreSQL.
Use AWS Database Migration Service (AWS DMS) to rewrite the SQL queries in the applications.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: BC
B: Babelfish for Aurora PostgreSQL is a new capability for Amazon Aurora PostgreSQL-Compatible Edition that enables Aurora to understand commands from applications written for Microsoft SQL Server. C: Is just obvious: Use Data Migration Tool for the migration, Schema Conversion tool for the Schema conversion.
👍 5sandordini2024/04/30 - 正解だと思う選択肢: BC👍 4pranavsharma16042024/05/15
- 正解だと思う選択肢: BC
AnswerBC DMS will allow for DATABASE migration and use AWS Schema Conversion Tool (AWS SCT) to create some or all of the target tables, indexes, views, triggers, and so on. https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html To minimalize amount of code which need to me changes we need to use babelfish https://aws.amazon.com/rds/aurora/babelfish/
👍 2Scheldon2024/05/29
シャッフルモード