An enterprise plans to migrate its legacy line-of-business application to Azure. The application requires direct access to the local file system of the operating system and runs on a specific, non-standard port that must be opened at the operating system firewall level. Which cloud service model should the enterprise use to host this application, and who is responsible for managing the operating system firewall settings?
- AInfrastructure as a Service (IaaS), and Microsoft is responsible
- BPlatform as a Service (PaaS), and Microsoft is responsible
- Infrastructure as a Service (IaaS), and the customer is responsibleAnswer
- DPlatform as a Service (PaaS), and the customer is responsible
Answer
Infrastructure as a Service (IaaS), and the customer is responsible
The correct option is the one stating Infrastructure as a Service (IaaS) and that the customer is responsible. Under the shared responsibility model, IaaS gives the customer full administrative access to the virtual machine's operating system, allowing them to configure custom firewall ports and access local files. Consequently, the customer is responsible for configuring, updating, and securing this guest operating system, including its local firewall.
Step-by-Step Solution
Key Concept
Shared responsibility model and operating system management in Infrastructure as a Service (IaaS)