> 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/ko/self-hosted/inference-server/install/cloud.md).

# 자체 클라우드에 배포

Roboflow Inference는 AWS, Azure, GCP와 같은 주요 클라우드 플랫폼에서 실행할 수 있습니다.

자체 클라우드에 배포하는 것은 클라우드의 확장성과 유연성을 원하지만 데이터를 보낼 수 있는 위치에 기술적 또는 조직적 제약이 있을 때 적합합니다. 과금 방식은 엣지 디바이스에서 자체 호스팅하는 경우와 동일합니다. 소프트웨어는 무료 오픈 소스이며, 머신 비용은 클라우드 제공업체에 지불합니다.

Inference는 통합됩니다 [SkyPilot](https://github.com/skypilot-org/skypilot), 이는 클라우드 제공업체에 인증하면 Inference를 실행하기 위한 클라우드 인스턴스 배포를 단일 명령으로 만들어 줍니다.

자세한 내용은 제공업체 가이드를 읽어보세요:

* [AWS에서 Inference 설정](/deployment/ko/self-hosted/inference-server/install/cloud/aws.md)
* [Azure에서 Inference 설정](/deployment/ko/self-hosted/inference-server/install/cloud/azure.md)
* [GCP에서 Inference 설정](/deployment/ko/self-hosted/inference-server/install/cloud/gcp.md)

## 수동 설정

다음도 따를 수 있습니다 [Linux 설치 가이드](/deployment/ko/self-hosted/inference-server/install/linux.md) 를 사용하여 클라우드 VM에서 Docker 컨테이너를 수동으로 구성할 수 있습니다.

[Helm 차트](https://github.com/roboflow/inference/tree/main/inference/enterprise/helm-chart) 는 Kubernetes를 통한 엔터프라이즈 클라우드 배포에 사용할 수 있습니다. 참조: [Kubernetes 배포](/deployment/ko/self-hosted/enterprise/kubernetes.md) 추가 조언은 여기를 참조하세요.

{% hint style="info" %}
인프라를 전혀 관리하지 않고 클라우드 추론을 원한다면, 다음의 Roboflow 호스팅 옵션을 비교해 보세요 [배포 옵션 선택](/deployment/ko/choosing-a-deployment.md).
{% endhint %}
