AWS (Amazon Web Services) Certification Practice Exam

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

Dive into the AWS Certification Exam with our comprehensive quiz. Challenge yourself with multiple-choice questions designed to mimic the exam format. Each question includes detailed explanations to boost your understanding and help you ace your AWS Certification!

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 instance family is designed for low-cost, small CPU needs?

  1. General Purpose

  2. Micro Instances

  3. Compute Optimized

  4. Memory Optimized

The correct answer is: Micro Instances

The instance family designed for low-cost and small CPU needs is Micro Instances. Micro Instances are part of the AWS EC2 instance types specifically optimized for smaller workloads that do not require a significant amount of compute power. They are cost-effective solutions ideal for applications with low to moderate CPU demands, such as small websites, low-traffic applications, and development environments. Micro Instances come with a low baseline CPU performance and the ability to burst to higher performance when needed, making them flexible for different types of applications. This burstable performance is facilitated by the AWS Elastic Compute Cloud's credit system, which allows these instances to exceed their baseline performance temporarily, catering to unexpected spikes in usage without incurring excessive costs. In contrast, the General Purpose family provides a more balanced mix of compute, memory, and networking resources, which is not as optimized for low-cost, low-CPU needs. The Compute Optimized family is aimed at CPU-intensive applications, while the Memory Optimized family is designed for workloads that require high memory capacity.