South African Server

An Oracle Cloud infrastructure project

This project provisions and operates a public Ubuntu server in Oracle Cloud's Johannesburg region. It automates the network, retries instance creation when capacity is unavailable, and serves this project page from nginx over HTTPS. The goal is a small, reproducible home for experiments, services, and infrastructure work.

Flex instance status: SEARCHING The provisioner is retrying until OCI capacity becomes available.
Launch attempts (current run) 430
[2026-09-21 18:33:13] >>> Attempt 425: launching linux-server
[2026-09-21 18:34:49] Launch error: InternalError: Out of host capacity.
[2026-09-21 18:34:49] >>> Attempt 425: launch failed. Retrying in 600s
[2026-09-21 18:44:54] >>> Attempt 426: launching linux-server
[2026-09-21 18:46:30] Launch error: InternalError: Out of host capacity.
[2026-09-21 18:46:30] >>> Attempt 426: launch failed. Retrying in 600s
[2026-09-21 18:56:34] >>> Attempt 427: launching linux-server
[2026-09-21 18:58:11] Launch error: InternalError: Out of host capacity.
[2026-09-21 18:58:11] >>> Attempt 427: launch failed. Retrying in 600s
[2026-09-21 19:08:16] >>> Attempt 428: launching linux-server
[2026-09-21 19:09:55] Launch error: InternalError: Out of host capacity.
[2026-09-21 19:09:55] >>> Attempt 428: launch failed. Retrying in 600s
[2026-09-21 19:19:59] >>> Attempt 429: launching linux-server
[2026-09-21 19:21:36] Launch error: InternalError: Out of host capacity.
[2026-09-21 19:21:36] >>> Attempt 429: launch failed. Retrying in 600s
[2026-09-21 19:31:40] >>> Attempt 430: launching linux-server
[2026-09-21 19:33:18] Launch error: TooManyRequests: Too many requests for the user
[2026-09-21 19:33:18] >>> Attempt 430: launch failed. Retrying in 600s
Retrying every 600s · 881 attempts logged
View the architecture Read the operations

Provisioned architecture

infrastructure.json
{
  "provider": "Oracle Cloud Infrastructure",
  "region": "af-johannesburg-1",
  "compute": "VM.Standard.A1.Flex / 4 OCPUs / 24 GB",
  "network": "VCN / subnet / internet gateway / route table",
  "delivery": "Ubuntu / nginx / Cloudflare HTTPS"
}