Section 1: Introduction to Cloud Computing
1. Q: What is cloud computing?
A: Cloud computing is the delivery of computing services (like
storage, processing, and networking) over the internet, often on a
pay-as-you-go basis.
2. Q: Name the three main types of cloud computing services.
A: Infrastructure as a Service (IaaS), Platform as a Service (PaaS),
and Software as a Service (SaaS).
3. Q: What is the main advantage of cloud computing?
A: It allows users to access resources and services on demand
without needing to manage physical hardware.
Section 2: Advantages of the Cloud
4. Q: What is one financial benefit of using cloud computing?
A: It reduces the need for large upfront investments in hardware,
allowing businesses to pay for only the resources they use.
5. Q: How does cloud computing increase flexibility for businesses?
A: Cloud services can be scaled up or down quickly, depending on
changing business needs.
6. Q: How does the cloud promote global accessibility?
A: Cloud services can be accessed from anywhere with an internet
connection, allowing for remote work and collaboration.
Section 3: Introduction to AWS
7. Q: What does AWS stand for?
A: Amazon Web Services.
8. Q: What is AWS's role in cloud computing?
A: AWS is a leading cloud platform providing a wide range of cloud
services such as computing power, storage, and databases.
Section 4: Moving to the AWS Cloud
9. Q: What is a common reason businesses migrate to the AWS Cloud?
A: To reduce costs and improve operational efficiency by leveraging
AWS's scalable resources.
10. Q: What is a key benefit of using AWS for businesses?
A: AWS offers high availability and reliability for running critical
applications.
Section 1: AWS Global Infrastructure
1. Q: What is AWS Global Infrastructure?
A: AWS Global Infrastructure consists of regions, availability zones,
and edge locations that provide secure, scalable, and low-latency
services worldwide.
2. Q: What is an AWS region?
A: An AWS region is a geographical area that contains multiple data
centers (availability zones) to provide cloud services.
Q: What is an edge location in AWS?
A: Edge locations are global sites that AWS uses to cache content
and deliver services with lower latency through its CloudFront
service.
3. Q: How does AWS ensure fault tolerance and high availability?
A: By distributing resources across multiple availability zones within
a region.
Section 2: AWS Services & Service Categories
6. Q: What are the three main service categories in AWS?
A: Compute, Storage, and Networking.
7. Q: What is Amazon EC2?
A: Amazon EC2 (Elastic Compute Cloud) is a service that provides
scalable virtual servers for running applications in the cloud.
8. Q: What service does AWS offer for object storage?
A: Amazon S3 (Simple Storage Service) is AWS's object storage
service.
9. Q: What AWS service is used for relational databases?
A: Amazon RDS (Relational Database Service).
"Cloud Economics and Billing" module:
Section 1: Fundamentals of Pricing
1. Q: What are the three main pricing models in AWS?
A: Pay-as-you-go, save when you reserve, and pay less by using
more.
2. Q: What is AWS's pay-as-you-go pricing model?
A: Users are charged only for the resources they consume, with no
upfront costs or long-term contracts.
3. Q: How can businesses reduce costs on long-term AWS usage?
A: By using Reserved Instances, which offer discounts for
committing to use AWS services over a one- or three-year period.
Section 2: Total Cost of Ownership (TCO)
4. Q: What is Total Cost of Ownership (TCO)?
A: TCO refers to the total cost of using and managing a product or
service over its lifetime, including both direct and indirect costs.
5. Q: How does AWS help reduce the Total Cost of Ownership?
A: By eliminating the need for large upfront investments in physical
infrastructure and providing scalable, on-demand services.
Section 3: AWS Organizations
6. Q: What is AWS Organizations?
A: AWS Organizations is a service that allows businesses to manage
multiple AWS accounts centrally and apply policies across accounts.
7. Q: How does AWS Organizations help with billing?
A: It allows consolidated billing, where multiple AWS accounts can
be combined into a single bill, simplifying cost tracking.
Section 4: AWS Billing & Cost Management
8. Q: What is the purpose of the AWS Billing Dashboard?
A: The AWS Billing Dashboard provides a comprehensive overview
of usage, costs, and billing details for AWS services.
9. Q: What is the AWS Cost Explorer?
A: AWS Cost Explorer is a tool that helps users analyze their AWS
spending patterns and identify opportunities to reduce costs.
Section 5: Technical Support Models
10. Q: What are the three AWS Support Plans available?
A: Basic, Developer, and Business/Enterprise support plans, offering
varying levels of technical support and guidance.
"Networking and Content Delivery" module:
Section 1: Networking Basics
1. Q: What is the basic purpose of networking in cloud computing?
A: Networking connects various resources like servers, databases,
and applications, enabling data to flow between them over the
internet or private networks.
2. Q: What is a subnet in networking?
A: A subnet is a segmented part of a network that isolates portions
of the infrastructure, enhancing organization and security.
Section 2: Amazon VPC
3. Q: What does Amazon VPC stand for?
A: Amazon VPC stands for Virtual Private Cloud.
4. Q: What is the purpose of a VPC in AWS?
A: A VPC allows users to create isolated network environments in
the AWS cloud, where they can define their own IP ranges, subnets,
and security settings.
Section 3: VPC Networking
5. Q: What are VPC Peering Connections?
A: VPC Peering Connections allow two VPCs to communicate with
each other as if they were on the same network.
6. Q: What is an Internet Gateway in a VPC?
A: An Internet Gateway is a VPC component that enables instances
in a VPC to connect to the internet.
Section 4: VPC Security
7. Q: What are security groups in VPC?
A: Security groups act as virtual firewalls, controlling inbound and
outbound traffic for AWS resources like EC2 instances.
8. Q: What are network access control lists (NACLs) in AWS?
A: NACLs are an optional layer of security that controls traffic to and
from subnets within a VPC.
Section 5: Route 53
9. Q: What is Amazon Route 53?
A: Amazon Route 53 is a scalable Domain Name System (DNS)
service that helps route user requests to AWS-hosted resources.
Section 6: CloudFront
10. Q: What is Amazon CloudFront?
A: Amazon CloudFront is a content delivery network (CDN) service
that speeds up the distribution of static and dynamic web content
by caching it at edge locations.
AWS Shared Responsibility Model
1. Q: What is the AWS Shared Responsibility Model?
A: The AWS Shared Responsibility Model defines that AWS is
responsible for securing the cloud infrastructure, while customers
are responsible for securing their data, applications, and resources
in the cloud.
2. Q: What is AWS responsible for in the shared responsibility model?
A: AWS is responsible for the security of the cloud, including
hardware, software, networking, and the physical data centers.
3. Q: What are customers responsible for in the shared responsibility
model?
A: Customers are responsible for securing their data, identity
management, network configuration, and application-level security.
Section 2: AWS IAM (Identity and Access Management)
4. Q: What is AWS IAM?
A: AWS IAM (Identity and Access Management) is a service that
enables users to manage access to AWS resources securely by
creating users, groups, and roles.
5. Q: What is the principle of least privilege in IAM?
A: It is a security concept where users and roles are granted the
minimal level of access needed to perform their tasks.
6. Q: What are IAM roles used for?
A: IAM roles allow AWS services or applications to assume a set of
permissions, granting temporary access without the need for long-
term credentials.
Section 3: Securing a New AWS Account
7. Q: What is one of the first security steps when creating a new AWS
account?
A: Enable Multi-Factor Authentication (MFA) for the root account to
enhance security.
8. Q: Why should you create individual IAM users instead of using the
root account?
A: Using individual IAM users reduces security risks since the root
account has full access to all resources and should only be used for
critical administrative tasks.
Section 4: Securing Accounts
9. Q: What is the purpose of IAM policies?
A: IAM policies define permissions to allow or deny access to AWS
services and resources.
10. Q: How can you secure AWS accounts with logging?
A: By enabling AWS CloudTrail, which logs all account activity to
monitor and detect potential security issues.
11. Q: What is AWS Organizations used for in terms of security?
A: AWS Organizations allow centralized management and
application of security policies across multiple AWS accounts.
Section 5: Securing Data
12. Q: How does AWS help secure data at rest?
A: AWS provides encryption for data at rest using services like AWS
Key Management Service (KMS) and server-side encryption in S3.
13. Q: What is data encryption in transit?
A: Data encryption in transit protects data while it’s being
transmitted between services, typically through SSL/TLS encryption.
SSL is Secure Sockets Layer, and the full form of TLS is
Transport Layer Security.
14. Q: What is Amazon Macie?
A: Amazon Macie is a security service that uses machine learning to
automatically discover, classify, and protect sensitive data in AWS.