A financial firm's development team is building a proprietary microservices backend for transaction processing. The firm requires that developers focus strictly on writing application code and defining database schemas, while delegating operating system maintenance, security patching, runtime environment provisioning, and underlying hardware management to the cloud provider. However, pre-packaged third-party software applications cannot meet their custom compliance and architecture requirements. Which cloud service model best accommodates this division of responsibilities?
- AInfrastructure as a Service (IaaS)
- Platform as a Service (PaaS)Answer
- CSoftware as a Service (SaaS)
- DDesktop as a Service (DaaS)
Answer
Platform as a Service (PaaS) is the correct service model.
Platform as a Service (PaaS) supplies a managed hardware, operating system, and runtime framework. Under PaaS, the cloud provider manages infrastructure provisioning, OS maintenance, and security updates, allowing internal developers to focus entirely on writing custom application code and managing database content.
Step-by-Step Solution
Key Concept
Cloud Shared Responsibility Model (IaaS vs PaaS vs SaaS)
Estimated Time:2m 0s