# BETA 制限案内

AppPaaSは現在Betaサービス中であり、以下の制限事項があります。

{% hint style="info" %}
以下の制約を超えた利用をご希望の場合は、\
<support@apppaas.com>までお問い合わせください。
{% endhint %}

### 1. プロジェクトおよびサービス作成制限

***

* プロジェクトはアカウントごとに1つしか作成できません。
* サービスは合計3つ（フレームワーク2つ、データベース1つ）まで作成可能です。

### 2. サービス作成仕様の制限

***

* すべてのサービスは1 vCPU、1GBメモリで固定されており、\
  この仕様でサーバーが作成・展開されます。&#x20;
* データベースサービスには500MBのストレージが割り当てられますが、\
  GitHubリポジトリのデプロイにはストレージが割り当てられません。

### 3. トラフィック制限

***

* 作成された各サービスには、30日間で1GBのトラフィックが提供されます。&#x20;
* 30日以内に提供されるすべてのトラフィックが消費された場合、\
  サービスは自動的に停止されます。
* 停止されたサービスは、30日後にトラフィックがリセットされ、自動的に再開されます。

### 4. オートスケーリング（自動拡張）作成制限

***

* ベータサービス中に、オートスケーリングは最大5つまで作成可能です。


---

# 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/jp/welcome/beta-zhi-xian-an-nei.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.
