AWS Solutions Architect Associate Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Study for the AWS Solutions Architect Associate Test. Our comprehensive quiz offers multiple-choice questions that replicate the exam environment. Benefit from detailed explanations and hints. Prepare confidently for your AWS certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which type of DB instance in RDS does not support increasing storage?

  1. MySQL

  2. Aurora

  3. Oracle

  4. MSSQL

The correct answer is: MSSQL

In Amazon RDS, the type of database instance that does not support increasing storage is SQL Server (MSSQL). When you initially create an RDS SQL Server instance, you specify a certain amount of allocated storage, and this storage size cannot be modified after the instance is created. This is in contrast to other database engines supported by RDS. For example, both MySQL and Oracle database instances allow you to modify the allocated storage size after the initial setup, and Aurora further allows dynamic scaling of storage automatically based on the database's usage patterns. Understanding the limitations of each database engine in RDS is crucial for planning and decision-making regarding your cloud architecture. The inability to increase storage in MSSQL can have implications for growth and capacity planning, making it important to consider storage needs upfront when deploying this type of database instance.