Ask HN: Why is there not more concern about the physical security of Cloudflare?
31–40 of 58 posts
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#32Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#33never heard of a story where physical security at any cloud provider has been a problem. are you worried about governments, or employees, or someone breaking in?
I've also had DC employees, without authorisation: reboot my machines, give themselves access rights and then tamper with my systems
admittedly the latter was a long time ago, before any of this stuff was considered critical infrastructure
these days they'd probably end up in prison
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#34Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#35Why not use your own datacenter if it’s that important to ensure physical security? If the business can’t justify it, then maybe your use case isn’t that sensitive or important. Or maybe the business isn’t viable.
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#36It's interesting to explore https://where.durableobjects.live/ - a tool that maps where Cloudflare's worker scripts actually run. Notably, while Cloudflare has CDN edge locations in countries like China and Russia they don't appear to run workers there. EDIT: I was wrong - I misinterpreted the map. A solid border circle around a location indicates "Worker-only Datacenter" (see the map legend) and there are indeed loc…
However, these countries are now increasingly using Cloudflare Workers without realizing that this creates total uncertainty about where their data and business logic might end up—including potentially adversarial countries like Russia and China.
Data in transit and data at rest can be encrypted. But Clouflare Workers is neither. It's data being processed in-memory where it will be unencrypted.
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#37so you want the cheap plan with the features from the premium plan?
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#38Cloudflare uses AMD TSME to encrypt the RAM: https://blog.cloudflare.com/securing-memory-at-epyc-scale/
> Gen 12 Servers are currently deployed and live in multiple Cloudflare data centers worldwide
Judging from this, the fleet isn't uniform. How uniform is the fleet? Is it possible to be running on Gen 9 in some locations?
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#39Isn't this basically why modern server CPUs support Secure Boot and memory encryption? If I understand it correctly, it should be possible to set up your machines in such a way that 1) the server can only boot genuine firmware images, and 2) unencrypted data is only available inside the CPU itself. That is going to rule out most attacks which don't involve dragging the server into a high-end laboratory, is it not?
Re: Ask HN: Why is there not more concern about the physical security of Cloudflare?
#40Why not use your own datacenter if it’s that important to ensure physical security? If the business can’t justify it, then maybe your use case isn’t that sensitive or important. Or maybe the business isn’t viable.
Because edge serving has numerous advantages the OP would presumably like to take advantage of. If you have customers all over the world, "using your own datacenter" either means operating tens of datacenters or giving some of your customers high latency.