Hard1 markMultiple Choice
AWS SAA-C03 · Question 63 · Domain 3.3: Database Performance
A company is building an application that requires a highly available, relational database. The database must automatically scale storage capacity as data grows, up to 128 TB, without manual intervention. <br/><br/>Which TWO database options meet these requirements? (Select TWO.)
A company is building an application that requires a highly available, relational database. The database must automatically scale storage capacity as data grows, up to 128 TB, without manual intervention. <br/><br/>Which TWO database options meet these requirements? (Select TWO.)
Answer options:
A.
Amazon RDS for MySQL
B.
Amazon Aurora MySQL
C.
Amazon Aurora PostgreSQL
D.
Amazon DynamoDB
E.
Amazon Redshift
How to approach this question
Identify the relational database engines that support 128 TB of auto-scaling storage.
Full Answer
Amazon Aurora MySQL<br/>Amazon Aurora PostgreSQL
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. Aurora storage automatically grows in increments of 10 GB, up to a maximum of 128 TB, without impacting database performance.
Common mistakes
Selecting standard RDS, which maxes out at 64 TB.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert