# Overview The approach of scaling a system upgrading a machine to a more powerful version (i.e., adding CPU. # Key Considerations # Pros - Simple - CPU is getting cheaper and cheaper - Some workloads may effectively be handled with a single CPU # Cons - Expensive - May introduce a [[SPOF]] which can cause issues with [[Availability]] and [[Fault Tolerance]] # Use Cases # Related Topics