Skip to main content

Oracle Cloud: Notes

Try Always Free cloud services and get a 30-day trial. Build, test, and deploy applications on Oracle Cloud—for free.

Sign up for Oracle Cloud free account

Need debit/credit card to register.

Visit https://www.oracle.com/cloud/free/

Sign up Oracle Cloud - Email Request

It took me about a week to get approved.

Oracle Cloud register completed

Oracle Cloud Always Free Resources

Oracle Cloud Always Free Resources

The following list summarizes the Oracle Cloud Always Free-eligible resources that you can provision in your tenancy:

  • Compute (up to two instances)
  • Autonomous Database (up to two database instances)
  • Load Balancing (one load balancer)
  • Block Volume (up to 100 GB total storage)
  • Object Storage (up to 20 GiB)
  • Vault (up to 20 keys and up to 150 secrets)

Oracle Cloud Shell

5GB persistent storage for home directory.

How to Generate an API Signing Key

Refer to How to Generate an API Signing Key

openssl genrsa -out oci_api_key_tuyendq.pem 2048
openssl rsa -pubout -in oci_api_key_tuyendq.pem -out oci_api_key_public_tuyendq.pem

Terminology

PCPU: Oracle Compute Unit

Popular posts from this blog

Docker: Commonly Used Commands

Repeat to remember Remember to repeat

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

Linux command: Ways to Find Hostname

hostname uname -n n stands for nodename hostname -f f stands for FQDN