> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/deployment/ja/serufuhosuto/inference-server/install/cloud.md).

# 独自のクラウドにデプロイ

Roboflow Inference は、AWS、Azure、GCP などの主要なクラウドプラットフォームで実行できます。

クラウドのスケーラビリティと柔軟性を求めつつ、データの送信先に技術的または組織的な制約がある場合は、自社クラウドへのデプロイが適しています。課金はエッジデバイスでのセルフホスティングと同じで、ソフトウェアは無料のオープンソースであり、マシンの利用料をクラウドプロバイダーに支払います。

Inference は次と連携します [SkyPilot](https://github.com/skypilot-org/skypilot)これにより、クラウドプロバイダーで認証済みであれば、Inference を実行するクラウドインスタンスのデプロイを 1 つのコマンドで行えます。

詳細は各プロバイダーのガイドをお読みください：

* [AWS で Inference をセットアップする](/deployment/ja/serufuhosuto/inference-server/install/cloud/aws.md)
* [Azure で Inference をセットアップする](/deployment/ja/serufuhosuto/inference-server/install/cloud/azure.md)
* [GCP で Inference をセットアップする](/deployment/ja/serufuhosuto/inference-server/install/cloud/gcp.md)

## 手動セットアップ

次の手順に従うこともできます [Linux インストールガイド](/deployment/ja/serufuhosuto/inference-server/install/linux.md) を使って、クラウド VM 上の Docker コンテナを手動で設定できます。

[Helm チャート](https://github.com/roboflow/inference/tree/main/inference/enterprise/helm-chart) は、Kubernetes を介したエンタープライズクラウドへのデプロイで利用できます。 [Kubernetes デプロイ](/deployment/ja/serufuhosuto/enterprise/kubernetes.md) で詳細なアドバイスをご覧ください。

{% hint style="info" %}
インフラ管理を一切せずにクラウド推論を利用したい場合は、Roboflow がホストするオプションを次で比較してください [デプロイオプションの選択](/deployment/ja/choosing-a-deployment.md).
{% endhint %}
