The Secret Security Wiki

Categories
Categories

Infrastructure as a Service

Infrastructure as a Service (IaaS) provides customers with tools and an environment on which they can remotely provision processing, storage, networks, and other fundamental computing resources, and deploy arbitrary software, including an operating systems, middleware and applications. In other words, IaaS exposes a virtualization layer and an interface to manage the creation of virtual machines or containers and run them.

Customers do not control the underlying hardware infrastructure; the infrastructure is owned and hosted by a service provider and offered to customers on-demand.

  • What are some examples of IaaS?

    AWS EC2 is an example for an IaaS.

  • Is Amazon Web Services IaaS or PaaS?

    AWS offers both IaaS and PaaS. For example, AWS EC2 is an IaaS whereas AWS Elastic Beanstalk is a PaaS.

  • What is the difference between PaaS and IaaS?

    PaaS allows customers to run their own software, while the PaaS provider is responsible for the infrastructure, OS and runtime environment needed to support the software.

    IaaS requires the customer to deploy all of the software stack above the virtualization layer, including the operating system, middleware, runtime and applications.

  • Is Google App Engine PaaS or IaaS?

    Google App Engine is a PaaS, as it provides customers with a managed runtime environment in which to run their applications.