AWS as managed infrastructure and platform services
standardbeginnerEach AWS service takes over one piece of operational work — racking a server, patching a database, replicating storage — so you design against a promise ("durable," "scales automatically") instead of building it yourself.
Think of it as
Renting an apartment instead of owning a house. The landlord (AWS) fixes the plumbing and the roof; you still choose the furniture, the locks on your own door, and who gets a key.
Remember: Ask what promise a service makes ("11 nines of durability," "scales to zero") before asking what it is called — the promise is what you are actually buying.
See also: shared responsibility

