
Answer-first summary for fast verification
Answer: General purpose instances
## Explanation General purpose instances are designed to provide a **balanced** mix of compute, memory, and networking resources, making them suitable for a wide variety of workloads that don't require specialized optimization in any single area. ### Why General Purpose Instances: - **Balanced resources**: Equal balance of CPU, memory, and networking - **Versatile**: Suitable for web servers, small databases, development environments - **Cost-effective**: Good for workloads without extreme requirements ### Other Options: - **Compute optimized**: High CPU performance for compute-intensive workloads - **Memory optimized**: High memory capacity for memory-intensive applications - **Storage optimized**: High storage performance for I/O intensive workloads Since the question specifically mentions workloads requiring a **balance** of compute, memory, and networking resources, general purpose instances are the correct choice.
Author: Ritesh Yadav
Ultimate access to all questions.
A company wants to host workloads on Amazon EC2 instances. The workloads require a balance of compute, memory, and networking resources.
Which EC2 instance type should the company use to host the workloads?
A
General purpose instances
B
Compute optimized instances
C
Memory optimized instances
D
Storage optimized instances
No comments yet.