Recall & Review
beginner
What is an AWS instance type?
An AWS instance type defines the hardware of the host computer used for your virtual server. It specifies CPU, memory, storage, and networking capacity.
Click to reveal answer
beginner
Name three common AWS instance families and their main use cases.
1. General Purpose: Balanced CPU, memory, and networking for diverse workloads.<br>2. Compute Optimized: High CPU for compute-heavy tasks.<br>3. Memory Optimized: Large memory for databases and caching.
Click to reveal answer
intermediate
Why choose a Compute Optimized instance family?
Choose Compute Optimized instances when your application needs fast processing power, like batch processing, video encoding, or high-performance web servers.
Click to reveal answer
beginner
What does the instance type name 'm5.large' tell you?
'm5' means it belongs to the General Purpose family, 5th generation. 'large' indicates the size with specific CPU and memory resources.
Click to reveal answer
intermediate
How do instance families help optimize cloud costs?
By selecting the right family for your workload, you avoid paying for unused resources. For example, use Memory Optimized for big databases, not General Purpose.
Click to reveal answer
Which AWS instance family is best for applications needing a balance of CPU, memory, and networking?
✗ Incorrect
General Purpose instances provide a balanced mix of CPU, memory, and networking for a wide range of applications.
What does the 'c' in 'c5.large' instance type stand for?
✗ Incorrect
'c' indicates the instance is Compute Optimized, designed for CPU-intensive workloads.
Which instance family is best suited for large in-memory databases?
✗ Incorrect
Memory Optimized instances provide large RAM for memory-intensive applications like databases.
If you need fast local storage for a database, which instance family should you consider?
✗ Incorrect
Storage Optimized instances offer high-speed local storage for workloads like databases and data warehousing.
What does the size label in an instance type (e.g., 'large', 'xlarge') indicate?
✗ Incorrect
Size labels indicate the scale of CPU and memory resources allocated to the instance.
Explain how AWS instance families differ and why choosing the right family matters.
Think about how different tasks need different resources like CPU or memory.
You got /4 concepts.
Describe what information you can learn from an AWS instance type name like 'r6g.xlarge'.
Break down the parts of the name step by step.
You got /4 concepts.