No.2
I'm sorry that Google Coud has only been around for 1 year in Japan and I only know AWS. During this time, we have been studying 😂 AI development together on GitHub
Application server A back-end server that runs SaaS functions provided to users. Runs on IaaS virtual machines.
Database server A DB for storing user data and configuration information (e.g., MySQL, PostgreSQL, etc.).
Storage (blocks/objects) Handles file uploads and more. Leverage IaaS storage services (e.g., Amazon S3, Azure Blob, etc.).
Load balancer distributes traffic across multiple application servers. It is often offered in IaaS.
Network configurations such as subnets, VPN connections, and firewall settings. Leverage the virtual network capabilities of IaaS.
Monitoring and logging platform Used for monitoring the status of servers and applications and collecting logs. Built with IaaS and additional services.
⸻
🔁 Summary of Relationships
• IaaS = infrastructure (role like electricity, water, gas)
• SaaS = the finished product of the service (the user only uses it as an app)
• SaaS providers provide services by building and managing the necessary components (servers and databases) on IaaS by themselves.
⸻
Example: Behind the SaaS "Dropbox" (virtually)
• Server: Amazon EC2 (IaaS)
• Storage: Amazon S3 (IaaS)
• Network: Amazon VPC (IaaS)
• As a result, users can use Dropbox as a SaaS.
· I think you're right. Usage changes are common, Image: CCSK Module 1 Unit 4 - Cloud Service Models
------------------------------
Takuya Miuazaki
AWS、GoogleCloud、Azureのチームに参加してください。
LuCIA, Japan Group
------------------------------
Original Message:
Sent: May 06, 2020 02:42:36 PM
From: Ryan Bergsma
Subject: Which SaaS components are built on IaaS?
A user recently submitted the following question. What is the correct answer?
"A quiz question in the CCSK self-paced course specifically asks which of the 5 boxes below are used to help build SaaS on top of IaaS and points you (when you hit the Review Question button) to the architecture description below as to where the answer should be. Personally I found the description to be fairly jumbled and non specific, so it's not clear (to me at least) what the specific answer is. All the boxes/options in the question except Notification services, are listed as components of IaaS and PaaS in the description, none are explicitly described as SaaS components.
Listed as PaaS in the description
Load balancers
Databases
Listed as IaaS in the description
Web servers
App servers
Containers
Serveless?
So it's not clear what is eliminated and what is included so the answer is not clear."
------------------------------
Ryan Bergsma CCSK
------------------------------