Medium1 markMultiple Choice
AWS SAP-C02 · Question 75 · Domain 4.4: Modernization Requirements
A company is migrating a legacy application that requires a relational database. The application uses complex SQL queries and stored procedures. The company wants to minimize database licensing costs and operational overhead. Which migration strategy is BEST?
A company is migrating a legacy application that requires a relational database. The application uses complex SQL queries and stored procedures. The company wants to minimize database licensing costs and operational overhead. Which migration strategy is BEST?
Answer options:
A.
Rehost the database on an EC2 instance.
B.
Migrate to Amazon DynamoDB.
C.
Migrate to Amazon Aurora PostgreSQL using the AWS Schema Conversion Tool (SCT) and AWS Database Migration Service (DMS).
D.
Migrate to Amazon RDS for Oracle.
How to approach this question
Balance relational requirements with cost and overhead reduction.
Full Answer
C.Migrate to Amazon Aurora PostgreSQL using the AWS Schema Conversion Tool (SCT) and AWS Database Migration Service (DMS).✓ Correct
Amazon Aurora provides the performance of commercial databases (like Oracle/SQL Server) with the cost-effectiveness of open-source databases (PostgreSQL/MySQL). SCT and DMS are the standard tools for this modernization.
Common mistakes
Choosing DynamoDB for an application that requires complex SQL.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert