Skip to content

Commit 4efd133

Browse files
authored
add horizontal scaling and vertical scaling (bregman-arie#10468)
* add horizontal scaling and vertical scaling * fix: keep original formatting * fix: keep original formatting * fix block
1 parent a23bb82 commit 4efd133

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

topics/cloud/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ AWS definition: "AWS Auto Scaling monitors your applications and automatically a
9191
Read more about auto scaling [here](https://aws.amazon.com/autoscaling)
9292
</b></details>
9393

94+
<details>
95+
<summary>What is the difference between horizontal scaling and vertical scaling?</summary><br><b>
96+
97+
[AWS Docs](https://wa.aws.amazon.com/wellarchitected/2020-07-02T19-33-23/wat.concept.horizontal-scaling.en.html):
98+
99+
A "horizontally scalable" system is one that can increase capacity by adding more computers to the system. This is in contrast to a "vertically scalable" system, which is constrained to running its processes on only one computer; in such systems the only way to increase performance is to add more resources into one computer in the form of faster (or more) CPUs, memory or storage.
100+
101+
Horizontally scalable systems are oftentimes able to outperform vertically scalable systems by enabling parallel execution of workloads and distributing those across many different computers.
102+
</b></details>
103+
94104
<details>
95105
<summary>True or False? Auto Scaling is about adding resources (such as instances) and not about removing resource</summary><br><b>
96106

@@ -105,4 +115,4 @@ False. Auto scaling adjusts capacity and this can mean removing some resources b
105115
* Instance should have minimal permissions needed. You don't want an instance-level incident to become an account-level incident
106116
* Instances should be accessed through load balancers or bastion hosts. In other words, they should be off the internet (in a private subnet behind a NAT).
107117
* Using latest OS images with your instances (or at least apply latest patches)
108-
</b></details>
118+
</b></details>

0 commit comments

Comments
 (0)