Skip to content

Commit

Permalink
[gcp] "GCP Oracle DB 를 Compute Engine 으로 연결하기 (스택 선정) - 1" 포스팅 파일 이름 …
Browse files Browse the repository at this point in the history
…수정하였다.
  • Loading branch information
apeltop committed Apr 17, 2024
1 parent df92d6f commit ef51eea
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ categories: [gcp]
Azure 와 GCP 에서는 Oracle 을 제공하지 않는다.
반면 AWS RDS 에서는 Oracle DB 를 제공하고 있다.

![1.png](/assets/img/gcp/gcp-oracle-compute-engine-1.png)
![1.png](/assets/img/gcp/gcp-oracle-compute-engine-1-1.png)

instance configuration 에서 가장 작은 인스턴스 타입이 db.m5.large 이다.
이 인스턴스 타입은 2 vCPU, 8GB RAM 을 사용한다.

![2.png](/assets/img/gcp/gcp-oracle-compute-engine-2.png)
![2.png](/assets/img/gcp/gcp-oracle-compute-engine-1-2.png)

아래와 같이 가장 저렴하게 하기 위해 Single-AZ 로 구성하였다.

![3.png](/assets/img/gcp/gcp-oracle-compute-engine-3.png)
![3.png](/assets/img/gcp/gcp-oracle-compute-engine-1-3.png)

월에 176.21 USD 이기 때문에 한화로 1400원을 가정하면 약 246,000원이다.

![4.png](/assets/img/gcp/gcp-oracle-compute-engine-4.png)
![4.png](/assets/img/gcp/gcp-oracle-compute-engine-1-4.png)

### 방안 2. Oracle Cloud 사용하기
Oracle Cloud 에서는 Oracle DB 를 제공하고 있다. [Why Oracle Cloud Infrastructure over Amazon Web Services](https://www.oracle.com/cloud/oci-vs-aws/) 를 보면 Oracle Cloud 를 사용하는게 더 좋은 것을 나열하고 있다.
Expand All @@ -36,13 +36,13 @@ Oracle Cloud 에서는 Oracle DB 를 제공하고 있다. [Why Oracle Cloud Infr
[Pricing Calculator](https://www.oracle.com/cloud/costestimator.html) 를 사용해보면 최소 비용으로 약 190 USD 이다.
이를 한화로 계산하면 약 260,000원이다.

![5.png](/assets/img/gcp/gcp-oracle-compute-engine-5.png)
![5.png](/assets/img/gcp/gcp-oracle-compute-engine-1-5.png)

### 방안 3. Compute Engine 사용하기
Compute Engine 에 Oracle DB 를 설치하고 사용하는 방법이다.
가격은 ec-medium 인스턴스 타입을 사용하면 월 45,000 원 정도이다.

![6.png](/assets/img/gcp/gcp-oracle-compute-engine-6.png)
![6.png](/assets/img/gcp/gcp-oracle-compute-engine-1-6.png)

### 선택
만약 제공해야하는 서비스가 신뢰도가 중요하다면 AWS RDS 와 Oracle Cloud 를 고려했을 것 같다.
Expand Down

0 comments on commit ef51eea

Please sign in to comment.