# 오토스케일링(자동확장) 설정

### 개요

***

오토스케일링(자동확장)은 서비스 운영 중 부하가 발생 될 경우, 미리 설정해둔 값에 따라 자동으로\
서비스의 서버를 확장 또는 축소하여 서비스가 안정적으로 유지 될 수 있도록 하는 기능입니다.

AppPaaS는 CPU의 부하율에 따라 1개 \~ 최대 5개까지 서버가 확장됩니다.

<figure><img src="/files/jp9WUVZAoKF4v8kPd385" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
베타 서비스에서는 최대 5개까지 설정 가능합니다.
{% endhint %}

확장된 서버의 부하율이 낮아질 경우 자동으로 축소되며, 확장과  축소에대한 정보는 \
[서비스 모니터링](/start/apppaas-guide/monitoring.md) 에서  확인할 수 있습니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apppaas.com/start/apppaas-guide/autoscaling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
