Oracle Cloud Free Tier 永久免費使用

2021052516:42
https://www.oracle.com/tw/cloud/free/ 中文
https://www.oracle.com/cloud/free/  英文

Oracle Cloud Free Tier 可讓您註冊一個 Oracle Cloud 帳註,提供許多 Always Free 服務和包含 300 美元免費點數的 Free Trial,在 30 天內都可用於所有符合資格的 Oracle Cloud Infrastructure 服務。Always Free 服務可以無限期使用。在您的 300 美元免費點數用盡或 30 天到期之前,Free Trial 服務都可供使用,以先到的為準。


Always Free 永久免費的功能大致有

Infrastructure

  • 2 AMD based Compute VMs with 1/8 OCPU and 1 GB memory each.
  • 4 Arm-based Ampere A1 cores and 24 GB of memory usable as one VM or up to 4 VMs.
  • 2 Block Volumes Storage, 200 GB total.
  • 10 GB Object Storage.
  • 10 GB Archive Storage.
  • Resource Manager: managed Terraform.
  • 5 OCI Bastions.

Databases

Your choice of Oracle Autonomous Transaction Processing, Autonomous Data Warehouse, Autonomous JSON Database, or APEX Application Development. Two databases total, each with 1 OCPU and 20 GB storage.
NoSQL Database with 133 million reads per month, 133 million writes per month, 25 GB storage per table, up to 3 tables.
 

Observability and Management

Monitoring: 500 million ingestion datapoints, 1 billion retrieval datapoints.
Application Performance Monitoring: 1000 tracing events per hour.
Notifications: 1 million sent through https per month, 1000 sent through email per month.
Service Connector Hub: 2 service connectors.
 

Additional services

Flexible Load Balancer: 1 instance, 10 Mbps.
Flexible Network Load Balancer.
Outbound Data Transfer: 10 TB per month.


---
話說 永久免費,保證某一天一定會取消
當初購買 Amazon 網路硬碟,也說提供無限大空間
結果才兩年 就終止無限方案
(據說被人惡搞,上傳 200萬GB 影片 = 1950TB = 1.9PB)


筆記:

開新的 VM 機器後
要 ssh 時的帳號
一般 username = opc
Ubuntu 的話,username = ubuntu
(帳號名稱會顯示在 "Instance Details" 畫面)

linux 密碼規則
若覺得 oracle linux 中的密碼強度要求太機車
修改 /etc/security/pwquality.conf 



關機一陣子後再開機
Public IP 不會變動 ( "Instance Details" 畫面一值顯示固定 IP)


內定只有打開 port 22,需要開放 80/443 時,在
Networking / Virtual Cloud Networks / vcn-20210528-xxxx / Security List Details
中,新增 Ingress Rules ,開放 80/443 port

另外,
要開啟 VM 時,常常會出現 "Out of host capacity."
可能要連續 try 個半小時 才能啟動,難不成免費帳號給的 VM 資源少?!


ref:
https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm#Prerequi
 
ssh -i ssh-key-2021-05-28.key [email protected]

 Apache httpd / php

Oracle 官方提供的  php 7.x  NTS 版,只能在 prefork 模式下跑
沒提供 Thread Safety (ZTS) 版本,所以 httpd 無法跑 worker 或 event 模式 (也就是無法 http/2)

NTS - None Thread Safe, 適用於 prefork /php-fpm 模式
ZTS - Zend Thread Safety, 適用於 worker/event 模式