Linux Format

Automatically provision devices with Ansible

C loud computing is a term that means a number of things. Software as a Service (SaaS) is one such example of what can be hosted in the cloud. Platform as a Service (PaaS) is the next step down the cloud computing ladder and allows a developer to create their service on an operating system that is managed by the supplier, so they don’t need to worry about it. A third example is Infrastructure as a Service (IaaS), which essentially provides the user with a rented hardware platform. The hardware is maintained by the supplier, while anything softwarerelated is maintained and managed by the user.

Given the services on offer, such as the ability to run a web app directly on a cloud computing provider, some of the skill of maintaining the web server, MySQL database and so on can be abstracted away and is paid for within the fee charged. Let’s take the example of a popular blog website, which is regularly visited by millions of people. The blogging solution may well be written in the PHP programming language, data stored in a MySQL database, while file storage is on the hard drive of the virtual host. This could all be manually hosted using IaaS or by a provider offering the blogging software as SaaS. What happens, though, if our SaaS provider can’t provide the required uptime when a new article is posted?

This is where some of the extra tools

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format5 min read
Some Ansible Advice For Around The Home!
Of late, this writer has been busy creating new virtual hosts for different things and decided that it would be an ideal time to get stuck into Ansible. Things have evolved in system management since Bash. Ansible is a great way to deploy software c
Linux Format14 min read
Ubuntu at 20
Without Ubuntu, the current Linux landscape would be unrecognisable. Back in October 2004, the first 4.10 (2004.10) release of Ubuntu, with its intriguing Warty Warthog code name, leapt from obscurity to being one of the most downloaded Linux distrib
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o

Related Books & Audiobooks