INFRASTRUCTURE

PaaS

Platform as a Service. Cloud computing where the provider manages the operating system, runtime, and infrastructure, and the customer deploys only application code and data. Less control than IaaS, far less to maintain.

IN PRACTICE

Azure App Service, Google App Engine, and Heroku are PaaS. You push your code and the platform handles servers, scaling, and patching underneath.

← Back to glossary