{"id":1774,"date":"2021-08-25T10:16:00","date_gmt":"2021-08-25T10:16:00","guid":{"rendered":"https:\/\/middleware.io\/?p=280"},"modified":"2023-03-15T08:38:01","modified_gmt":"2023-03-15T08:38:01","slug":"what-is-autoscaling","status":"publish","type":"post","link":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/","title":{"rendered":"What is AutoScaling? Explained in Detail (Updated)"},"content":{"rendered":"\n<p>If an organization wants to expand significantly, its websites, applications, or other online platforms must be able to handle the increased traffic and usage.<\/p>\n\n\n\n<p>Every application obtains the computing power it requires from a server or group of servers, also known as a server farm, on which the application is hosted. Each server has a limited amount of computing power. So, what happens when the app requires more processing power than is currently available? <strong>You autoscale<\/strong>.<\/p>\n\n\n\n<p>Autoscaling saves you the time and effort required to manually scale a server or system to meet all potential levels of server load, whether high or low.<\/p>\n\n\n\n<div id=\"accordian\" class=\"table-of-content\">\n<div class=\"toc-heading\" data-toggle=\"collapse\" data-target=\"#toc\">Table of Contents<\/div>\n<div id=\"toc\" class=\"collapse\" data-parent=\"#accordian\">\n<div class=\"toc-list\">&nbsp;<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-autoscaling\"><strong>What is autoscaling?<\/strong><\/h2>\n\n\n\n<p><strong>Autoscaling<\/strong> is a way to automatically scale the computing resources of your application based on the load on a server farm. It involves <strong>scaling up the resources<\/strong> when there is a spike or rise in web traffic and <strong>scaling down<\/strong> when traffic levels are low.&nbsp;<\/p>\n\n\n\n<p>Automatic scaling is widely accepted for its versatility, flexibility, and cost-effectiveness. Some of the world&#8217;s most popular websites, such as <a href=\"https:\/\/netflixtechblog.com\/scryer-netflixs-predictive-auto-scaling-engine-a3f8fc922270\" target=\"_blank\" rel=\"noreferrer noopener\">Netflix<\/a>, have opted for autoscaling support to meet the growing and ever-changing consumer needs and demands.<br>Amazon Web Services (AWS), Microsoft Azure, and Oracle Cloud are some of the most popular cloud computing vendors offering autoscaling services.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why is autoscaling important?<\/h2>\n\n\n\n<p>Autoscaling is especially relevant today as the world is committing to <strong>reduce carbon emissions<\/strong> and their footprint on the planet. The process helps conserve energy by putting the idle servers to sleep when the load is low.<\/p>\n\n\n\n<div class=\"ebook-pop\">\n    <div class=\"in_ebook_pop\">\n        <div class=\"pop_ebook d-flex\">\n            <div class=\"left-block\">\n                <div class=\"top_heading\">\n                    <p>THE ULTIMATE GUIDE TO<\/p>\n                <\/div>\n                <h2>Auto Scaling Your Application Infrastructure<\/h2>\n                <a href=\"https:\/\/middleware.io\/wp-content\/uploads\/2021\/12\/the-ultimate-guide-to-auto-scaling-your-application-infrastructure.pdf\">\n                    <button class=\"primary\">Download Now<\/button>\n                <\/a>\n            <\/div>\n            <div class=\"right-block\">\n                <img decoding=\"async\" src=\"\/images\/cta\/ebook.webp\" alt=\"partner page hero images\">\n                <div class=\"img-bg-wave\">\n                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<p>Autoscaling is most beneficial for applications where the load is unpredictable because it <strong>promotes better server uptime and utilization<\/strong>. Based on the conditions specified by the system administrator, autoscaling can automatically couple or uncouple from a computing matrix to adjust to the load. This saves electricity and usage bills since many cloud service providers charge based on server usage.<\/p>\n\n\n\n<p>Some of the other benefits of autoscaling are:<\/p>\n\n\n\n<ul><li><strong>Better load management: <\/strong>Autoscaling supports effective server load management since servers can be used during low traffic to complete non-time-sensitive computing tasks. This is possible as autoscaling frees up significant server space with less traffic.<\/li><li><strong>Dependability: <\/strong>When server loads are highly erratic and unpredictable, such as for e-commerce websites or video streaming services, autoscaling prepares the server to handle the varying server demands, making it a dependable option.<\/li><li><strong>Fewer failures:<\/strong> Autoscaling services ensure that server failure instances are immediately replaced with another optimal server. This reduces application downtime.<\/li><\/ul>\n\n\n\n<ul><li><strong>Lower energy consumption<\/strong>: With the application of autoscaling to a website, servers will be able to go to sleep during periods of low traffic. This significantly lowers the amount of electricity that a company uses in cases where its website is hosted on its own server infrastructure.<\/li><\/ul>\n\n\n\n<ul id=\"block-3a3190b8-97e8-4d5d-af70-494c8b0e288b\"><li><strong>Cost-effective:<\/strong> Most cloud computing service providers charge based on server usage and not capacity, which translates to lower server costs when compared to paying for the maximum required capacity irrespective of usage. This is particularly beneficial for organizations that see massive fluctuations in web traffic, such as online retail outlets, travel booking applications during holiday seasons, and so on.<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How autoscaling works<\/h2>\n\n\n\n<p>A server cluster comprises the main servers and replicated servers made available when traffic spikes. When a user initiates a request, it passes over the internet to a load balancer that communicates to the servers whether to scale up or out its supplementary units.<\/p>\n\n\n\n<p>In fact, the entire process of autoscaling banks on <a href=\"https:\/\/middleware.io\/blog\/cloud-load-balancing\/\">load balancing<\/a> \u2013 it defines the server pool&#8217;s efficiency in handling traffic.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Types of autoscaling<\/h2>\n\n\n\n<p>Based on how servers are called from the circuit, there are three major types of autoscaling.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Reactive autoscaling<\/strong><\/h3>\n\n\n\n<p>Reactive autoscaling bases its operation on preset &#8220;triggers&#8221; or thresholds specified by the administrator, which activates additional servers when crossed. Thresholds can be set for key server performance metrics such as the percentage occupied capacity. For example, reactive autoscaling happens when additional servers are set to kick in when the main server runs at 80% capacity for a full minute.<\/p>\n\n\n\n<p>Essentially, this type of autoscaling &#8220;reacts&#8221; to incoming traffic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Proactive or predictive autoscaling<\/strong><\/h3>\n\n\n\n<p>Suitable for applications where server loads are more or less predictable. Predictive or proactive autoscaling schedules additional servers to kick in automatically during peak traffic times based on the time of day. This type of autoscaling <strong>uses artificial intelligence (AI)<\/strong> to \u201cpredict\u201d when traffic would be high and schedules server augmentations in advance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Scheduled autoscaling<\/strong><\/h3>\n\n\n\n<p>Scheduled autoscaling is similar to predictive autoscaling; the only difference is in scheduling additional servers for peak time. While predictive autoscaling does this autonomously, scheduled autoscaling relies more on human input to schedule the servers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The key benefits of autoscaling \u2013 why it\u2019s an attractive option<\/h2>\n\n\n\n<p>Any business, large or small, can reap the various benefits of autoscaling services. Below are some of the key advantages of autoscaling:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"722\" src=\"https:\/\/middleware.io\/backend\/wp-content\/uploads\/2023\/01\/Group-1000002864-1-1024x722.jpg\" alt=\"Autoscaling benefits\" class=\"wp-image-3750\" srcset=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/01\/Group-1000002864-1-1024x722.jpg 1024w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/01\/Group-1000002864-1-300x212.jpg 300w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/01\/Group-1000002864-1-768x542.jpg 768w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/01\/Group-1000002864-1-1200x846.jpg 1200w, https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2023\/01\/Group-1000002864-1.jpg 1537w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Lower energy consumption<\/h3>\n\n\n\n<p>Applying autoscaling to a website puts servers to sleep during periods of low traffic. This significantly lowers a company\u2019s power consumption when applications are hosted on its in-house server infrastructure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Cost-effectiveness<\/h3>\n\n\n\n<p>Most cloud computing service providers charge based on server usage, not capacity. This translates to lower server costs compared to paying for the maximum required capacity regardless of usage. Organizations with massive fluctuations in web traffic, such as online retail stores and travel booking applications during the holiday season, benefit greatly from reduced server costs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Better load management<\/h3>\n\n\n\n<p>Autoscaling supports effective server load management since servers can be used during periods of low traffic to complete computing tasks that are not time-sensitive. This is possible since autoscaling frees up significant server space when there is less traffic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Protection from website or app failures<\/h3>\n\n\n\n<p>Autoscaling services such as those from AWS ensure prompt replacement of faulty instances. This offers an app considerably limited protection against network, application, and hardware failures.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dependability<\/h3>\n\n\n\n<p>When server loads are highly erratic and unpredictable, such as in e-commerce websites or video streaming services, autoscaling ensures preparedness to handle the varying server demands, making it a dependable option. Server failure is often a costly affair capable of causing tremendous losses to the organization. In 2018, J.Crew&#8217;s server failure on Black Friday cost them a whopping <a href=\"https:\/\/blog.uptrends.com\/uptrends-research\/black-friday-cyber-monday-2018-best-worst-website-performance-uptime\/\" target=\"_blank\" rel=\"noreferrer noopener\">$700,000<\/a> in sales.  Reliance Jio in India suffered <a href=\"https:\/\/economictimes.indiatimes.com\/news\/new-updates\/jios-sms-and-calling-services-restored-after-three-hour-outage\/articleshow\/95855017.cms\" target=\"_blank\" rel=\"noreferrer noopener\">a similar outage in 2022<\/a>, as a result, many Jio subscribers were unable to send or receive SMS messages or make or receive phone calls.<\/p>\n\n\n\n<p>The overall advantage of auto scaling is that it eliminates the need to manually respond in real-time to traffic spikes that necessitate new resources and instances by changing the active number of servers. Each of these servers needs to be configured, monitored, and decommissioned, which is the core of autoscaling.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Autoscaling in practice<\/h2>\n\n\n\n<p>Various cloud service providers deploy autoscaling through indigenously developed processes or software that help optimize server performance. Let&#8217;s look at some of these examples in detail.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AWS autoscaling<\/strong><\/h3>\n\n\n\n<p>Amazon Web Services (AWS) sports multiple services for autoscaling:<strong> AWS service and Amazon EC2<\/strong>. Amazon EC2 relies on launch templates to derive information about launching instances (like VPC subnet). Users have the option to set the instance count manually or let EC2 do it automatically.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Google Compute Engine (GCE)<\/strong><\/h3>\n\n\n\n<p>GCE enables autoscaling via Managed Instance Groups (MIGs). Its console gives users the freedom to define MIGs, organize them according to the desired performance metric (such as CPU utilization), adjust them for the required autoscaling cap, and activate autoscaling with a click of a button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>IBM Cloud<\/strong><\/h3>\n\n\n\n<p>IBM&#8217;s services work on virtual servers autoscaled through an implement called <strong>cluster-autoscaler<\/strong>. Nodes are kicked in or out based on the instance load when the preset threshold is exceeded. This autoscaling mechanism works with workload policies that users define as per sizing needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Microsoft Azure<\/strong><\/h3>\n\n\n\n<p>Azure provides its users a console to set autoscale programs. They can just <strong>navigate to the autoscale option<\/strong> on their console, add new settings and rules for scaling on various server parameters, and set the conditions for autoscaling.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Oracle Cloud Infrastructure<\/strong><\/h3>\n\n\n\n<p>Oracle Cloud provides full-scale control over autoscaling. It allows users to configure it for metric-based or schedule-based autoscaling. Users can edit and configure autoscaling policies. Oracle offers multiple autoscaling services to elastically balance network load on servers.<\/p>\n\n\n\n<div class=\"full-container-cta black\">\n    <div class=\"d-flex\">\n        <div class=\"img\">\n            <img decoding=\"async\" src=\"\/images\/full-cta-container.png\" alt=\"CTA banner\">\n        <\/div>\n        <div class=\"content-cta\">\n            <h3>Leverage Middleware to analyze, diagnose &amp; predict issues across your entire stack.<\/h3>\n            <a href=\"https:\/\/app.middleware.io\/auth\/register\/\" target=\"_blank\" rel=\"noopener\"><button class=\"primary white arrow\">Try for free<\/button><\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Autoscaling is not as easy as it sounds<\/h2>\n\n\n\n<p>Today, autoscaling is a powerful, sophisticated, and useful computing feature that helps millions of websites or apps manage their server loads. However, like traditional scaling, you need to overcome many hurdles to achieve autoscaling. Here are four overarching reasons why autoscaling can be difficult to optimize and apply, especially on large servers with massive amounts of information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Searching for information becomes difficult<\/h3>\n\n\n\n<p>Imagine an e-commerce website with a database of over a million names and customer contacts. Regardless of the site&#8217;s measures to organize this massive data, scouring it for information is not an easy task. With autoscaling, however, this information needs to be made available at all times across the additional servers \u2013 a significant problem to address.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Consistency is hard to achieve<\/h3>\n\n\n\n<p>When an e-commerce website opts for autoscaling services, another major hurdle is achieving consistency. For example, during flash sales, product availability data is constantly updated. These changes should be made available to all users on the platform to ensure that no one can place an order for a product no longer available. Ensuring the consistency of information and data in such situations, especially when the server load is high, isn\u2019t simple.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Concurrent use increases server demands<\/h3>\n\n\n\n<p>Using the same example above, suppose millions of users are trying to log into the e-commerce website to purchase the same product. Although unlikely, this is the kind of situation a server should be ready for. Each of these users requires simultaneous access to the data and information on the servers. This is a major challenge any autoscaling attempt must overcome.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Speed maintenance becomes complex<\/h3>\n\n\n\n<p>When it comes to large amounts of information, scaling up or adding a server inevitably affects the speed at which these computing resources can be deployed to provide information to users on the application or website.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Native autoscaling support issues<\/h2>\n\n\n\n<p>Apart from the sheer amount of computing resources and expertise required to tackle the challenges of autoscaling and provide a satisfying <a href=\"https:\/\/www.g2.com\/articles\/customer-experience\" target=\"_blank\" rel=\"noreferrer noopener\">customer experience<\/a>, most cloud service providers don\u2019t offer native autoscaling support because the associated costs are very high.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Physical server costs<\/h3>\n\n\n\n<p>Cloud-based hosting services that offer autoscaling almost always use horizontal autoscaling to achieve the desired result. This entails deploying additional servers or machines to the existing resource pool <a href=\"https:\/\/middleware.io\/blog\/vertical-vs-horizontal-scaling\/\">versus vertical autoscaling<\/a> that involves upgrading the existing servers and machines. A good example of vertical autoscaling is increasing RAM capacity in an existing machine. Regardless of the means used to achieve autoscaling, a cloud service provider&#8217;s expenses are high.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Investment in your workforce<\/h3>\n\n\n\n<p>To ensure the efficient management of autoscaling, a dedicated team of experts is needed to oversee and monitor the process, especially for high-traffic websites. For example, in the United States, e-commerce websites such as Shopify or Amazon see more sales during the festive sale season than on Black Friday. Therefore, not all cloud service providers are willing to make the substantial investments required to build a team capable of supporting autoscaling natively on their platforms.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Autoscaling is here to stay<\/h4>\n\n\n\n<p>Autoscaling is an increasingly popular <a href=\"https:\/\/bootstrap.build\/articles\/static-website-hosting\/\" target=\"_blank\" rel=\"follow noopener\">web hosting<\/a> feature that\u2019s undoubtedly here to stay. With enormous dedication and financial backing to the technology and strategy, many tech giants have ensured that consumers now have access to reliable autoscaling features and constantly <strong>improve their customer experience.<\/strong>&nbsp;<\/p>\n\n\n\n<p>Organizations interested in making the most of autoscaling can choose either vertical or horizontal autoscaling options. Right off the bat, vertical autoscaling isn\u2019t ideal for web applications or resources with thousands of users since there are several architectural limitations to upgrading existing servers that affect availability.&nbsp;<\/p>\n\n\n\n<div class=\"container-cta small green\">\n<h3>Full-stack observability platform at scale.<\/h3>\n    \t<a href=\"https:\/\/app.middleware.io\/auth\/register\/\" target=\"_blank\" rel=\"noopener\"><button class=\"primary white\" id=\"get-demo\">See it in action<\/button><\/a>\n<\/div>\n\n\n\n<p>On the other hand, horizontal autoscaling ensures continued availability. This is because user sessions aren\u2019t restricted to a localized server but seamlessly spread out across a server pool that can be expanded or contracted based on the web application\u2019s ever-changing needs.<\/p>\n\n\n\n<p>Despite the investment required and challenges involved, autoscaling offers organizations several short-term and long-term benefits.&nbsp; Therefore, if an organization wants to scale its operations and web resources, autoscaling is often the best option available.<\/p>\n\n\n\n<p><strong>Achieving high availability for your application can be a chore. Read more about high availability options so you can spot any errors and traffic movements in your application and take optimal action.<\/strong><\/p>\n\n\n\n\n\n<p>Autoscaling is classified into four types: manual scaling, scheduled scaling, dynamic scaling, and predictive scaling.<\/p>\n\n\n\n\n\n<p>Auto scaling ensures that your application always has the compute capacity it requires and eliminates the need to manually monitor server capacity. You can autoscale based on incoming requests (front-end) or the number of jobs in the queue as well as the length of time jobs have been in the queue (back-end).<\/p>\n\n\n\n\n\n<p>While load balancing will re-route connections from unhealthy instances, new instances must be added to the network. As a result, auto scaling will start these new instances, and load balancing will connect to them.<\/p>\n\n\n\n\n\n<p>Scalability is the most important feature of microservices. Statically, monolithic programmes share the resources of the same machine. Microservices, in turn, scale their specifications as needed. Microservices architectures can then manage their resources and allocate them where and when they are needed.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>If an organization wants to expand significantly, its websites, applications, or other online platforms must be able to handle the increased traffic and usage. Every application obtains the computing power it requires from a server or group of servers, also known as a server farm, on which the application is hosted. Each server has a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":571,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[487],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is AutoScaling? Explained in Detail (Updated) | Middleware<\/title>\n<meta name=\"description\" content=\"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is AutoScaling? Explained in Detail (Updated) | Middleware\" \/>\n<meta property=\"og:description\" content=\"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/\" \/>\n<meta property=\"og:site_name\" content=\"Middleware\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-25T10:16:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-15T08:38:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2021\/08\/auto-scale-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1130\" \/>\n\t<meta property=\"og:image:height\" content=\"670\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"MW Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"MW Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/\",\"url\":\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/\",\"name\":\"What is AutoScaling? Explained in Detail (Updated) | Middleware\",\"isPartOf\":{\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/#website\"},\"datePublished\":\"2021-08-25T10:16:00+00:00\",\"dateModified\":\"2023-03-15T08:38:01+00:00\",\"author\":{\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\"},\"description\":\"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.\",\"breadcrumb\":{\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/stage-site.middleware.io\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u77e5\u8b58\",\"item\":\"https:\/\/stage-site.middleware.io\/ja\/category\/%e7%9f%a5%e8%ad%98\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is AutoScaling? Explained in Detail (Updated)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/#website\",\"url\":\"https:\/\/stage-site.middleware.io\/ja\/\",\"name\":\"Middleware\",\"description\":\"Observability platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/stage-site.middleware.io\/ja\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92\",\"name\":\"MW Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g\",\"caption\":\"MW Team\"},\"sameAs\":[\"http:\/\/localhost\/melt\"],\"url\":\"https:\/\/stage-site.middleware.io\/ja\/author\/mittalmiddleware-io\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is AutoScaling? Explained in Detail (Updated) | Middleware","description":"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"ja_JP","og_type":"article","og_title":"What is AutoScaling? Explained in Detail (Updated) | Middleware","og_description":"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.","og_url":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/","og_site_name":"Middleware","article_published_time":"2021-08-25T10:16:00+00:00","article_modified_time":"2023-03-15T08:38:01+00:00","og_image":[{"width":1130,"height":670,"url":"https:\/\/stage-site.middleware.io\/wp-content\/uploads\/2021\/08\/auto-scale-2.jpg","type":"image\/jpeg"}],"author":"MW Team","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"MW Team","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/","url":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/","name":"What is AutoScaling? Explained in Detail (Updated) | Middleware","isPartOf":{"@id":"https:\/\/stage-site.middleware.io\/ja\/#website"},"datePublished":"2021-08-25T10:16:00+00:00","dateModified":"2023-03-15T08:38:01+00:00","author":{"@id":"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92"},"description":"Autoscaling allows you to efficiently run your applications on auto-scaled instances in the cloud. Read on to know more about autoscaling.","breadcrumb":{"@id":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stage-site.middleware.io\/ja\/what-is-autoscaling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stage-site.middleware.io\/ja\/"},{"@type":"ListItem","position":2,"name":"\u77e5\u8b58","item":"https:\/\/stage-site.middleware.io\/ja\/category\/%e7%9f%a5%e8%ad%98\/"},{"@type":"ListItem","position":3,"name":"What is AutoScaling? Explained in Detail (Updated)"}]},{"@type":"WebSite","@id":"https:\/\/stage-site.middleware.io\/ja\/#website","url":"https:\/\/stage-site.middleware.io\/ja\/","name":"Middleware","description":"Observability platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stage-site.middleware.io\/ja\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/4ea1dce092ad60621e4fa874f02ccb92","name":"MW Team","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/stage-site.middleware.io\/ja\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/14ba28b020541bea7bc669595bdba058?s=96&d=mm&r=g","caption":"MW Team"},"sameAs":["http:\/\/localhost\/melt"],"url":"https:\/\/stage-site.middleware.io\/ja\/author\/mittalmiddleware-io\/"}]}},"_links":{"self":[{"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/posts\/1774"}],"collection":[{"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/comments?post=1774"}],"version-history":[{"count":15,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/posts\/1774\/revisions"}],"predecessor-version":[{"id":4488,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/posts\/1774\/revisions\/4488"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/media\/571"}],"wp:attachment":[{"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/media?parent=1774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/categories?post=1774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stage-site.middleware.io\/ja\/wp-json\/wp\/v2\/tags?post=1774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}