0
0
AWScloud~20 mins

Instance types and families in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Instance Types Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding AWS Instance Families

Which AWS instance family is best suited for applications that require high CPU performance but moderate memory?

ACompute Optimized (C series)
BGeneral Purpose (T, M series)
CStorage Optimized (I, D series)
DMemory Optimized (R, X series)
Attempts:
2 left
💡 Hint

Think about which family focuses on CPU power rather than memory or storage.

Architecture
intermediate
2:00remaining
Choosing Instance Types for a Web Application

You are designing a web application that needs balanced CPU, memory, and network performance. Which instance family should you choose?

AStorage Optimized (I series)
BCompute Optimized (C series)
CMemory Optimized (R series)
DGeneral Purpose (M series)
Attempts:
2 left
💡 Hint

Look for the family designed for balanced resource needs.

service_behavior
advanced
2:00remaining
Impact of Using Burstable Instances

What happens when a burstable instance (T series) uses all its CPU credits?

AThe instance is terminated and must be restarted manually.
BThe instance shuts down automatically to save costs.
CThe instance continues running at baseline CPU performance until credits are replenished.
DThe instance performance increases beyond baseline using on-demand credits without limits.
Attempts:
2 left
💡 Hint

Consider how burstable instances manage CPU usage over time.

security
advanced
2:00remaining
Security Considerations for Instance Families

Which instance family should you avoid for sensitive workloads that require dedicated hardware to reduce the risk of noisy neighbors?

AGeneral Purpose (T series)
BDedicated Hosts
CCompute Optimized (C series)
DMemory Optimized (R series)
Attempts:
2 left
💡 Hint

Think about which instances share hardware with others by default.

Best Practice
expert
2:00remaining
Optimizing Cost and Performance with Instance Families

You have a batch processing job that runs for a few hours daily and requires high memory but can tolerate interruptions. Which instance family and purchasing option combination is best?

ACompute Optimized (C series) with Reserved instances
BMemory Optimized (R series) with Spot instances
CMemory Optimized (R series) with On-Demand instances
DGeneral Purpose (M series) with Dedicated Hosts
Attempts:
2 left
💡 Hint

Consider cost savings and tolerance for interruptions.