CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git
Home > What is > What is scaling in Cloud Computing?

What is scaling in Cloud Computing?

Learn the concepts, implementation details, and practical steps with a clean developer-focused walkthrough.

Yuba Raj Kalathoki
By Yuba Raj Kalathoki
Published: December 14, 2021 ยท 1 min read ยท 0 Comments
Share: X in ๐Ÿ”—
git change remote url

Overview

If I have to say about scaling in simple words, it is an ability to adapt to change in demand. That means, increasing or decreasing the resources when needed.

Here resources means the hardware of the computer like CPU and RAM. The scaling operation can be achieved by adding resources in the current system, or by adding a new system in the existing one, or both.

Hence, scaling is either to add or remove the resources in our system based on the demand.

There are two types of scaling:

  • Vertical scaling
  • Horizontal scaling

Vertical scaling

Vertical scaling is to increase computing and memory power to our existing system to meet the demand of the load. It can be cheaper and easier to maintain since it does not depend with any external things.

Horizontal scaling

Horizontal scaling is to add more machines or computers to meet the demand of the system load. It can add some headache to maintain the systems than the Vertical scaling.

Conclusion

In this short post, we understood the what is scaling and its type. To understand it in detail you can read Vertical scaling vs Horizontal scaling

Related Posts:

  • Vertical scaling and Horizontal scaling
  • Load Balancing
  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • Understanding AWS EC2 Instances: A Comprehensive Guide
  • How to Delete Last Commit Git: A Step-by-Step Guide
  • Java Keywords and Reserved Words
Tags:devopssystem-design
Was this article helpful?
โ† Previous ArticleVertical scaling and Horizontal scaling
Next Article โ†’AWS direct connect

Leave a Comment Cancel reply

You must be logged in to post a comment.

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Read AWS Secrets Manager in Spring Boot (Step-by-Step)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
CoderSathi

Your go-to resource for Java, Spring Boot, Microservices, AWS, and modern development tutorials.

Quick Links

  • About
  • Contact

Popular Topics

  • Java
  • Spring Boot
  • AWS
  • DevOps
  • MongoDB
  • Linux
  • Git
  • How to
ยฉ 2026 CoderSathi. All rights reserved. Privacy Policy ยท Sitemap