Table of Contents

AWS Certified Cloud Practitioner (CLF-C02)

Amazon AWS Cloud Computing

Benefits of Cloud Computing

Types of Cloud Computing:

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

1) Infrastructure as a Service (IaaS):

Infrastructure as a Service (Iaas) is a cloud computing model that provides virtualized computing resources over the internet. It provides scalable and on-demand access to essential IT components such as Virtual Machines (VMs) Storage, and networking resources without the need to invest in hardware.

2) Platform as a Service (PaaS):

Platform as a Service (PaaS) provides a platform allowing customers to develop, run, and manage applications without encountering the complexity of building and maintaining the underlying infrastructure.

In other words, PaaS offers a ready-made environment for developers to focus solely on coding and deploying applications rather than worrying about hardware provisioning, operating system updates, or network configuration.

PaaS platforms typically provide a range of development tools, middleware, and runtime environments and allow developers to choose the tools and technologies that best suit their needs. AWS Elastic Beanstalk:

3) Software as a Service (SaaS):

Software as a Service (SaaS) delivers software applications over the internet on a subscription basis. In the SaaS model, the software is hosted and maintained by a third-party provider, which eliminates the need for users to install, manage, or update the software locally on their devices. Instead, users can access the software through a web browser or application interface, typically paying a monthly or annual fee for usage.

SaaS Examples:

4) Functions as a Service (FaaS):

Functions as a Service (FaaS): commonly known as serverless computing, is a model where developers focus entirely on writing code, while the cloud provider automatically handles the underlying infrastructure, scaling, and availability. With FaaS, you deploy individual functions that are triggered by events such as a file upload, a database update, or an API call.

Benefits of FaaS include:

AWS's FaaS Solutiun is called AWS Lambda.

Core AWS Services:

AWS Global Infrastructure:

The key components of the AWS Global Infrastructure include:

  1. Regions
  2. Availability Zones
  3. Edge Locations

Regions:

Currently, AWS operates 38 geographic regions globally, spanning across various continents such as North America, Europe, Asia Pacific, and South America. AWS is still expanding to include new regions.

:!: It is important to note that resources and pricing can vary between AWS Regions. Factors such as local infrastructure costs, taxes, and regulations can influence the cost of operating in different regions, which leads to differences in pricing for AWS services.

Availability Zones:

AWS availability zones are distinct data centers within a single AWS region. Each region has its own infrastructure and services which is designed to provide fault tolerance and high availability. These zones are interconnected through low-latency links, while enabling redundancy and resilience for applications and data hosted in the cloud.

Each AWS region is composed of a minimum of three availability zones that are isolated and physically separate zones within a geographic area to provide customers with options for deploying highly available and fault-tolerant applications. Furthermore, each availability zone comprises one or more data centers, which further enhances redundancy and ensures the durability and scalability of AWS infrastructure.

Edge Locations:

AWS edge locations are endpoints for AWS services that are specifically optimized for content delivery to users at a global scale. They serve as entry points for accessing AWS services and are strategically positioned to reduce latency, and improve performance for end users.

In addition to edge locations, AWS operates 11 regional edge caches, which are larger cache clusters located in major metropolitan areas around the world.

By leveraging edge locations and regional edge caches, AWS customers can deliver content and applications with low latency and high throughput, while providing a seamless user experience and ensuring optimal performance for their web applications, video streaming, gaming, and other content delivery needs.

:!: Always refer to the AWS global infrastructure site for updated region, availability zone and edge locations prior to the exam.

Local Zones:

AWS local zones bring the power of AWS infrastructure closer to end users in metropolitan areas, enabling low-latency access to compute, storage, and other AWS services. With local zones, customers can address use cases such as real-time gaming, media and entertainment content delivery, ML inference at the edge, and interactive streaming services.

Direct Connect:

AWS Direct Connect is a dedicated network connection service that provides private connectivity between an organization's on-premises data center or corporate network and the AWS Cloud.

Outposts:

AWS Outposts extend the AWS infrastructure and services directly into a customer’s on-premises data center or co-location facility. They bring the same hardware, services, APIs, and management tools that run in AWS Regions, but are delivered and operated locally by AWS. With Outposts, organizations can run services such as Amazon EC2, EBS, RDS, ECS, EKS, and even S3 right within their own facilities, while still connecting seamlessly to the nearest AWS Region for broader service integration.

This capability is especially valuable for workloads that require ultra-low latency, local data processing, or strict data residency compliance.

Naming Conventions for AWS Regions and Availability Zones:

AWS continues to follow the same naming convention for instances (family + generation + size), but newer families now include suffixes like ‘g’ for Graviton processors, ‘a’ for AMD-based instances, or ‘i’ for Intel.

This helps customers easily identify the underlying processor or special capabilities of the instance.

:!: Points to remember:

AWS Well Architected Framework and Shared Responsibility Model

The Well-Architected Framework

This framework serves as a guiding principle for designing and evaluating cloud architectures, while ensuring that they are secure, efficient, and cost-effective. It is a set of best practices and guidelines to help build secure, high-performing, resilient, and efficient infrastructure. It consists of things like:

Practitioners are encouraged to optimize their infrastructure for speed and efficiency, while leveraging scalable compute resources, caching mechanisms, and strengthening Content Delivery Networks (CDNs) to minimize latency and improve responsiveness.

The framework focuses on building resilient infrastructure that can withstand failures and disruptions.

Practitioners are advised to design for fault tolerance by deploying redundant components, implementing automated failover mechanisms, and regularly testing their disaster recovery procedures.

Finally, the Well-Architected Framework helps practitioners optimize their infrastructure for cost-effectiveness.

By analyzing their resource utilization, identifying areas of inefficiency, and implementing cost-saving strategies such as rightsizing instances, leveraging spot instances, and optimizing storage usage, practitioners can minimize their cloud spending while maximizing the value they derive from AWS services.

Pillars Of The Well-Architected Framework

Key Pillar Description
Operational Excellence This pillar focuses on supporting the effective development and operation of workloads, gaining insights into operations, and continuously improving processes and procedures to deliver business value efficiently.
Security The security pillar guides organizations in leveraging cloud technologies to protect data, systems, and assets, thereby enhancing their overall security posture.
Reliability This pillar encompasses the ability of a workload to perform its intended function correctly and consistently, including the capability to operate and test the workload throughout its lifecycle.
Performance Efficiency The performance efficiency pillar emphasizes using computing resources efficiently to meet system requirements, maintaining efficiency as demand changes, and leveraging evolving technologies.
Cost Optimization Cost optimization involves running systems to deliver business value at the lowest price point possible, while optimizing resource utilization, and maximizing return on investment.
Sustainability The sustainability pillar focuses on continually improving sustainability impacts by reducing energy consumption, thus increasing efficiency across all workload components, and minimizing total resource requirements.

Terms used to describe the components and structure of cloud solutions:

:!: When architecting workloads, there are several trade-offs between pillars based on business context. These decisions influence engineering priorities, such as optimizing sustainability and cost over reliability in development environments or prioritizing reliability at higher costs for mission-critical solutions. In ecommerce, performance directly impacts revenue and customer engagement. However, security and operational excellence are pillars that are generally non-negotiable and should not be compromised for the sake of others!

General Design Principles

Key design Principles: