This is an old revision of the document!
Table of Contents
AWS Certified Cloud Practitioner (CLF-C02)
Benefits of Cloud Computing:
- Cloud computing offers cost-efficiency, scalability, flexibility, reliability, security, and sustainability, transforming the traditional IT landscape.
- The four main cloud service models'IaaS, PaaS, SaaS, and FaaS (serverless)'provide varying levels of control and management, while catering to diverse business needs.
- Essential cloud computing features include on-demand self-service, broad network access, resource pooling, rapid elasticity, and measured service.
- Businesses benefit from cloud computing's agility, device independence, maintenance ease, multitenancy, enhanced performance, productivity gains, compliance readiness, and availability improvements.
Types of Cloud Computing:
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service (SaaS)
- 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.
- Virtual Machines (VMs): emulate physical servers (for example Amazon EC2)
- Storage: (for example Amazon S3: Simple Storage Service)
- Object storage
- Block storage
- File storage
- Networking:
- Virtual Networks
- Subnets
- Load Balancers
- VPN connections
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:
- Elastic Beanstalk: Amazon Web Services (AWS) offers Elastic Beanstalk as a PaaS solution for deploying and managing web applications and services. With Elastic Beanstalk, developers can upload their application code, and AWS automatically handles the deployment, scaling, load balancing, and monitoring aspects, which simplifies the deployment process.
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:
- No Server Management
- Automatic Scaling
- Cost Efficiency
AWS's FaaS Solutiun is called AWS Lambda.
Core AWS Services:
- Compute Services (e.g. Amazon EC2)
- Storage Services (e.g. Amazon S3)
- Database Services (e.g. Amazon RDS)
- Analytics Services (e.g. Amazon Redshift)
- Networking Services (e.g. Amazon VPC)
- Developer Tools (e.g. AWS CodeDeploy)
- Management Tools (e.g. AWS CloudWatch)
AWS Global Infrastructure:
The key components of the AWS Global Infrastructure include:
- Regions
- Availability Zones
- 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.



