Cloud security
Practical writing on cloud providers, infrastructure, deployment and cost, from the team behind the BuyCloudExpress catalogue.
Data sovereignty in Europe: what it means for your architecture
Sovereignty is not the same as residency, and confusing the two produces architectures that satisfy neither. Here is the distinction and what it changes.
What full root access actually gets you
Root access is the headline feature of every VPS listing. Here is what it genuinely enables, what it does not, and the responsibilities that arrive with…
Hardening a fresh cloud server in thirty minutes
A new public IP address starts receiving automated attacks within minutes. These steps, in this order, remove almost all of that risk before anything is exposed.
SSH keys, properly
Most people generate one key, copy it everywhere, and never think about it again. A slightly better practice costs ten minutes and removes several genuinely bad…
Firewalls, security groups and network ACLs
Cloud platforms offer several overlapping ways to filter traffic. They behave differently in ways that matter, and using the wrong one produces rules that do not…
Least privilege for cloud IAM, without grinding to a halt
Everyone agrees with least privilege and almost nobody implements it, because the strict version blocks work. Here is a version that survives contact with a real…
Multi-factor authentication on cloud accounts
Not all second factors are equal, and the differences matter. Here is what each one actually resists, and how to avoid locking yourself out of your…
What to do when cloud credentials leak
Exposed keys are found by automated scanners within minutes. The order of the first hour's actions determines whether this is an incident or a disaster.
Backups and snapshots are not the same thing
Snapshots protect against infrastructure failure. Backups protect against everything else, including you. Confusing them is how organisations discover they had neither.
Private networking between cloud servers
Servers talking to each other over public addresses is slower, less safe and often billed. Private networking fixes all three, and is far easier to set…