I am a Linux/GNU enthusiast and an aspiring Cloud Administrator.
I created this website to demonstrate my skills in implementing a fail-safe architecture. This website usually runs on a Linux/GNU instance on an on-premise server. This server receives and stores data. However, with a cloud solution like AWS or Azure, we can back up this website with access requests to AWS or Azure. Therefore, avoiding a single point of failure becomes easier.
There could be a Distributed Denial Of Service (DDOS) attack prevention technique. For example, a load balancer could redirect the access requests to a cloud solution.
Update!
This site is now fully hosted on Amazon Web Services (AWS).
Soon, I will add another layer to the current architecture; when my whole instance goes down, another EC2 machine will carry on from when the terminated one left.