Visoka dostupnost (HA) znači dizajniranje sustava koji ostaju operativni unatoč greškama — kroz redundanciju, implementaciju u više AZ-ova, automatsku oporavak i eliminaciju jedinih točaka neuspjeha. To je fundamentalni cilj za produkcijske sustave i ključno područje AWS arhitekture.
Temeljni principi HA-a
✓ ELIMINATE SINGLE POINTS OF FAILURE — no single component whose failure takes down
the system → redundancy everywhere (multiple instances, AZs, etc.)
✓ Deploy across MULTIPLE AVAILABILITY ZONES — survive an AZ (data center) failure
✓ AUTOMATIC RECOVERY — detect failures and recover/replace automatically (no manual fix)
✓ DECOUPLE components — failures isolated; one component's failure doesn't cascade
