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 AWS service allows for automated scaling and management of storage volumes?

  1. Amazon RDS

  2. Amazon EBS

  3. Amazon S3

  4. Amazon EC2

The correct answer is: Amazon EBS

Amazon Elastic Block Store (EBS) is designed to provide scalable and managed block storage volumes for use with Amazon EC2 instances. One of its key features is the ability to provision volumes that can dynamically grow and shrink based on the workload requirements. This enables automated scaling, as EBS can adjust to accommodate changing data storage needs, such as increased demand during peak usage times. Moreover, EBS supports features like snapshots, which can be used for automated backups and recovery, adding to the management capabilities of the storage volumes. These snapshots can be automated to ensure regular backups, thus enhancing data durability and availability. In contrast, while each of the other services has their own unique features, they do not specifically focus on the automated scaling and management of storage volumes. Amazon RDS is centered around relational database services, Amazon S3 is focused on object storage with different scaling characteristics, and Amazon EC2 primarily manages compute resources rather than directly managing storage volumes. Therefore, EBS stands out as the service tailored for automating the scaling and management of storage volumes in the AWS ecosystem.