Friday, April 8, 2022

How to configure Auto scaling in Oracle Cloud Infrastructure

In this Article, you will learn how compute instance in Oracle Cloud can be scaled up and down Automatically based on the demand. 

What is Auto scaling

Auto scaling automatically adjust the number of Compute instances in an instance pool. This helps in getting the consistent performance during high demand period, and even helps in reducing the costs during periods of low demand.

It can be configured in Two ways : 

  • Metric-based Auto scaling: An auto scaling action is triggered when a performance metric meets or exceeds a threshold.

  • Schedule-based Auto scaling: Autoscaling events take place at the specific times that you schedule.


Steps to configure Auto scaling

        CREATE TENANCY

        CREATE VCN WITH COMPARTMENT  

        CREATE LOAD BALANCER 

        UPDATE SECURITY LIST

        CONFIGURE INSTANCE POOL AND AUTOSCALING

        TEST SETUP



Configuration of Auto scaling in Oracle Cloud


Watch this complete end to end video to know how configuration can be done 

https://www.youtube.com/watch?v=oA2uQpF28zk




Request you to subscribe to my blog for regular updates.








How to configure Auto scaling in Oracle Cloud Infrastructure

In this Article, you will learn how compute instance in Oracle Cloud can be scaled up and down Automatically based on the demand.  What is A...