Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice exam 1, Question #23 #276

Open
bryceean opened this issue Nov 25, 2024 · 1 comment
Open

Practice exam 1, Question #23 #276

bryceean opened this issue Nov 25, 2024 · 1 comment

Comments

@bryceean
Copy link

bryceean commented Nov 25, 2024

The questions asks ( link ):

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.

@Archi657
Copy link

Archi657 commented Feb 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants