AWS (Amazon Web Services) Certification Practice Exam

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

Prepare for your AWS Certification Exam with flashcards and multiple-choice questions. Each question comes with hints and detailed explanations to help you succeed. Enhance your skills and be ready for the 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 instance family would be least suitable for a low-traffic website?

  1. Micro Instances

  2. General Purpose

  3. Compute Optimized

  4. Memory Optimized

The correct answer is: Compute Optimized

The least suitable instance family for a low-traffic website would be the Compute Optimized family. This family is specifically designed to deliver high performance for compute-intensive applications that require significant processing power. These instances offer a higher ratio of compute to memory and are optimized for tasks such as high-performance web servers, batch processing, or scientific modeling. For a low-traffic website, the primary requirements usually revolve around low resource utilization and cost-effectiveness rather than high computational power. Micro Instances or General Purpose families are better suited for such scenarios as they provide a balance of compute, memory, and networking resources at a lower cost, thereby meeting the needs of low-traffic websites without the unnecessary computational overhead. On the other hand, Memory Optimized instances excel in scenarios requiring high memory capacity, which may not be needed for a simple low-traffic website. Therefore, while Memory Optimized instances serve specific use cases well, the preference for less computational power in low-traffic scenarios makes Compute Optimized instances the least suitable choice.