Cloud Computing AWS #1: Introduction & EC2 Instance Creation (via console) Quiz

Explore foundational cloud computing concepts and the key steps in launching your first EC2 instance within AWS. This quiz covers cloud types, service models, account creation, and basic AWS console usage.

  1. Understanding Cloud Computing

    Which option best describes the main benefit of cloud computing?

    1. Offline data management without network connectivity
    2. On-demand access to shared computing resources over the Internet
    3. Manual configuration of each server by the end user
    4. Permanent physical infrastructure ownership for each user

    Explanation: Cloud computing provides on-demand access to shared resources through the internet, enabling flexibility and scalability. Physical infrastructure ownership is not required, offline data management is not a core feature, and manual server configuration is minimized through automation.

  2. Types of Cloud Deployment

    What is a hybrid cloud?

    1. An entirely public cloud infrastructure
    2. A combination of public and private cloud environments
    3. A service that requires no network connectivity
    4. A cloud available only to a single organization

    Explanation: A hybrid cloud integrates both public and private cloud resources, facilitating flexibility and data sharing. Single organization clouds are private, fully public clouds are not hybrid, and network connectivity is essential in all cloud models.

  3. Cloud Service Categories

    Which cloud service model offers fundamental resources like virtual servers, storage, and networking?

    1. Software as a Service (SaaS)
    2. Platform as a Service (PaaS)
    3. Infrastructure as a Service (IaaS)
    4. Desktop as a Service (DaaS)

    Explanation: IaaS provides foundational computing resources such as storage and networking. SaaS delivers fully managed software, PaaS offers application platforms, and DaaS is not a primary model discussed here.

  4. AWS Account Creation Process

    During AWS account setup, which step verifies the user's identity?

    1. Filling out contact details
    2. Choosing a support plan
    3. Entering a PIN during an automated phone call
    4. Providing payment information

    Explanation: AWS verifies the user's identity by prompting them to enter a PIN during an automated call. Choosing a support plan, payment details, and contact info are separate steps but do not perform verification.

  5. EC2 Instance Creation via Console

    When launching your first EC2 virtual machine from the AWS Management Console, what must you do first?

    1. Select a billing alarm
    2. Sign in to the AWS Management Console
    3. Set up network monitoring
    4. Create a chatbot application

    Explanation: To create an EC2 instance, accessing the AWS Management Console by signing in is the initial step. Billing alarms and network monitoring can be configured later, and creating chatbots is unrelated to EC2 instance setup.