Which AWS instance family is best suited for applications that require high CPU performance but moderate memory?
Think about which family focuses on CPU power rather than memory or storage.
Compute Optimized instances (C series) provide high CPU performance with moderate memory, ideal for CPU-bound applications.
You are designing a web application that needs balanced CPU, memory, and network performance. Which instance family should you choose?
Look for the family designed for balanced resource needs.
General Purpose instances (M series) provide a balanced mix of CPU, memory, and network resources, suitable for web applications.
What happens when a burstable instance (T series) uses all its CPU credits?
Consider how burstable instances manage CPU usage over time.
When burstable instances use all CPU credits, they continue running but only at baseline CPU performance until credits accumulate again.
Which instance family should you avoid for sensitive workloads that require dedicated hardware to reduce the risk of noisy neighbors?
Think about which instances share hardware with others by default.
General Purpose T series instances are burstable and run on shared hardware, which may expose sensitive workloads to noisy neighbors. Dedicated Hosts provide isolated hardware.
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?
Consider cost savings and tolerance for interruptions.
Spot instances offer significant cost savings but can be interrupted. Memory Optimized R series fits high memory needs. This combination suits batch jobs that tolerate interruptions.