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) 575
[2026-09-22 22:48:52] >>> Attempt 570: launching linux-server
[2026-09-22 22:50:28] Launch error: InternalError: Out of host capacity.
[2026-09-22 22:50:28] >>> Attempt 570: launch failed. Retrying in 600s
[2026-09-22 23:00:33] >>> Attempt 571: launching linux-server
[2026-09-22 23:02:12] Launch error: InternalError: Out of host capacity.
[2026-09-22 23:02:12] >>> Attempt 571: launch failed. Retrying in 600s
[2026-09-22 23:12:16] >>> Attempt 572: launching linux-server
[2026-09-22 23:13:54] Launch error: TooManyRequests: Too many requests for the user
[2026-09-22 23:13:54] >>> Attempt 572: launch failed. Retrying in 600s
[2026-09-22 23:23:59] >>> Attempt 573: launching linux-server
[2026-09-22 23:25:37] Launch error: InternalError: Out of host capacity.
[2026-09-22 23:25:37] >>> Attempt 573: launch failed. Retrying in 600s
[2026-09-22 23:35:41] >>> Attempt 574: launching linux-server
[2026-09-22 23:37:22] Launch error: InternalError: Out of host capacity.
[2026-09-22 23:37:22] >>> Attempt 574: launch failed. Retrying in 600s
[2026-09-22 23:47:26] >>> Attempt 575: launching linux-server
[2026-09-22 23:49:03] Launch error: InternalError: Out of host capacity.
[2026-09-22 23:49:03] >>> Attempt 575: launch failed. Retrying in 600s
Retrying every 600s · 1171 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"
}