|
|
|
|
|
by jozzas
2454 days ago
|
|
There are some HUGE benefits to this type of architecture (services + lambda where required) for large corporations, the main one being an insane reduction in a bunch of worthless crap that you no longer have to do: - OS version patching, patch windows & outages, change mgmt relating to patching and reporting relating to OS patching - antivirus, the same patching management and reporting as above - intrusion detection / protection, host based firewalls, the same patching and management as above - Other agents (instance health monitoring, CMDB, ...) - Putting all this junk on a clean OS image any time something changes, re-baking and regression testing everything This all adds up, and can be a significant cost to an organisation - team(s), licenses, management, etc. |
|
The only thing I'm sad about is that you can only host it on Azure. I'd love an open standard for function-like programming and hosting.
Of course, not everything is suitable for this model, and it certainly won't be the most cost-effective or performant way to do it for everything either.