You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
23. Which of the following does NOT belong to the AWS Cloud Computing models?
- A. Platform as a Service (PaaS).
- B. Infrastructure as a Service (IaaS).
- C. Software as a Service (SaaS).
- D. Networking as a Service (NaaS).
<details markdown=1><summary markdown='span'>Answer</summary>
Correct answer: D
</details>
I would suggest C is more appropriate, as VPC is effectively a Network-as-a-Service (NaaS) solution, while AWS does not provide out of the box solutions for most software.
The text was updated successfully, but these errors were encountered:
Hi @bryceean , your concern kinda makes sense, if it was about clasifying the services into categories of what do they do such as (computing, storage, networking, etc).
In this case we are talking about Cloud Computing Models ; they explainthe cloud services and how much underlying configuration do we have access to.
From google.
The three main cloud computing models are:
Infrastructure as a Service (IaaS): Provides access to computing resources like storage, servers, networking, and virtualization.
Platform as a Service (PaaS): Provides a cloud environment for developers to build, run, and manage applications.
Software as a Service (SaaS): Provides software applications to customers over the internet
The questions asks ( link ):
I would suggest C is more appropriate, as VPC is effectively a Network-as-a-Service (NaaS) solution, while AWS does not provide out of the box solutions for most software.
The text was updated successfully, but these errors were encountered: