Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Cloud Computing Concepts and Tech Analogies

You're reading from   AWS Cloud Computing Concepts and Tech Analogies A guide to understand AWS services using easy-to-follow analogies from real life

Arrow left icon
Product type Paperback
Published in Apr 2023
Publisher Packt
ISBN-13 9781804611425
Length 358 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (3):
Arrow left icon
Marco Tamassia Marco Tamassia
Author Profile Icon Marco Tamassia
Marco Tamassia
Ashish Prajapati Ashish Prajapati
Author Profile Icon Ashish Prajapati
Ashish Prajapati
Juan Carlos Ruiz Juan Carlos Ruiz
Author Profile Icon Juan Carlos Ruiz
Juan Carlos Ruiz
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Part 1: Cloud Infrastructure and Core Services
2. Chapter 1: Understanding Cloud Computing – Demystifying the Cloud FREE CHAPTER 3. Chapter 2: Global Infrastructure behind Cloud Platforms – What Is the Cloud Made of? 4. Chapter 3: Computing – In Cloud We Trust, Everything Else We Compute 5. Chapter 4: Storage – Where Should I Keep My Data and Maybe Publish It? 6. Chapter 5: Networking – So, How Do I Get Inside, Outside, and Across the Cloud? 7. Part 2: Platform Services
8. Chapter 6: Databases – To SQL or Not to SQL for So Many Records… 9. Chapter 7: Identity and Access Management – Who Am I and What Can I Do? 10. Chapter 8: Monitoring – Is Big Brother Watching? 11. Chapter 9: Scalability – I Scale to the Moon and Back 12. Part 3: Application Services
13. Chapter 10: Automation – Look, My Infrastructure Is in Code! 14. Chapter 11: Decoupled Architectures – in Space and Time 15. Chapter 12: Containers – Contain Yourself and Ship Some Containers 16. Chapter 13: Serverless – So, Where Are My Servers? 17. Chapter 14: Caching – Microseconds Latency: Why Are We Always in a Rush? 18. Chapter 15: Blockchain – Who Watches the Watchmen? 19. Chapter 16: What the Future Holds 20. Index 21. Other Books You May Enjoy

Understanding IaaS, PaaS, and SaaS

Raj has no difficulty locating the pizza place. He has been there before. It is not a lavish place, but its pizza could compete with any Michelin-star restaurant’s pizza. Raj’s ex-colleagues are all gathered to celebrate Ahmad’s new job at a renowned software company. Ahmad is always in learning mode. He has also completed some training and certifications regarding a popular cloud vendor.

Raj knows that it will soon be his turn to throw a party the following month. This small group has, after all, developed a tradition of gathering and celebrating when people start a new job and get their first salary.

Ahmad: Thanks for coming, Raj.

A picture containing text, arch

Description automatically generatedRaj: I wouldn’t have missed the chance to catch up with all of you – or the pizza, of course.

Ahmad: Yes, their pizzas are awesome. Much better than PaaS pizza.

A picture containing text, arch

Description automatically generatedRaj: PaaS Pizza? Is that some new place you have recently been to?

Ahmad: Oh, no. It is the way I describe pizza options. They are not very different from cloud technology.

A picture containing text, arch

Description automatically generatedRaj: Wait a minute, are you saying that eating a pizza is similar to cloud technology?

Ahmad: In some aspects, yes. Let me tell you how I interpret these different cloud models. We always hear the words IaaS, PaaS, and SaaS, and to explain it, I found that pizzas are the best examples.

A picture containing text, arch

Description automatically generatedRaj: I am all ears – and I guess everyone else here is too.

Ahmad: Okay. Let’s assume you have a craving for pizza. There are different ways of having a pizza. You can make it yourself, buy a frozen pizza from the supermarket and cook it at home, order in and get it delivered to your place, or come to a restaurant such as this and have it:

Figure 1.8 – Different ways of eating pizza

Figure 1.8 – Different ways of eating pizza

A picture containing text, arch

Description automatically generatedRaj: Agreed.

Ahmad: When you make a pizza at home, you have to take care of having cheese, tomato sauce, toppings, dough, fire – an oven, electricity or gas – soda, and a dining table to eat at. For a person who loves cooking, this is the best option, but it involves a lot of steps. The second option is to buy a frozen pizza from a supermarket, which has already been prepared, and the supermarket or the vendor has taken care of the cheese, tomato sauce, toppings, and dough. You just take it and make it at home. In this case, you only need to take care of the fire, oven – electricity or gas, and have soda and the dining table to eat at on hand. The third option is to get your pizza delivered as per your choice, so you just need to get soda and have your dining table, and the rest is managed by the pizza company. And as the final option, you can just eat out. Walk into a place such as this, pick and order, enjoy your pizza, pay for it, and that’s all. Mind you, the paying part is mandatory:

Figure 1.9 – Responsibilities when having pizza

Figure 1.9 – Responsibilities when having pizza

A picture containing text, arch

Description automatically generatedRaj: Understood – but this time you are paying, right? I didn’t bring my credit card.

Everyone laughs.

A picture containing text, arch

Description automatically generatedRaj: I still don’t quite get the cloud connection though.

Ahmad notices that everyone at the table is glued to his explanation.

Ahmad: Let’s consider you want to run an application – so what are your options?

A picture containing text, arch

Description automatically generatedRaj: I could run it on a server in my data center.

Ahmad: Yes, you could, and who manages it?

A picture containing text, arch

Description automatically generatedRaj: It’s my application in my data center – so obviously, I have to manage it.

Ahmad: Exactly! You take care of the infrastructure – that is, networking, storage, the server, and virtualization; platform – that is, the operating system, middleware, and runtime; and software – that is, the data and application. That is a traditional approach to running an application on-premises. Now, consider if a service provider gives you a ready-to-use server and takes care of the infrastructure, and you connect to it remotely and install the required platform and software. In this way, you have saved a lot of effort and time. This is a way of getting your infrastructure as a service, commonly known as IaaS.

A picture containing text, arch

Description automatically generatedRaj: I understand – so if I am an administrator, I don’t have to worry about racking-stacking of servers, cabling, storage, power, or cooling. That surely will save a lot of time.

Ahmad: Yes, exactly, and if you are a developer, a cloud provider may offer you Platform as a Service (PaaS), where they give you a ready-to-use system with the required platform pre-configured, so you can just deploy your application and take care of your data storage requirement. Your exposure is reduced and you can focus more on something that makes your application unique rather than focusing on undifferentiated activities, such as installation, patching, updates, and so on.

A picture containing text, arch

Description automatically generatedRaj: That can save a lot of time for admins and developers.

Ahmad: Yes, true – and then there’s the final offering, known as Software as a Service (SaaS), where you have almost zero management responsibility. When you use an online email platform or an online meeting system, the vendor has already set up all the required components. They take care of everything and keep your data safe as per the settings you have configured. So, you can focus on the business rather than maintaining and running the systems:

Figure 1.10 – Benefits of the different services

Figure 1.10 – Benefits of the different services

A picture containing text, arch

Description automatically generatedRaj: That’s so relevant and quite an interesting way to understand these concepts.

Ahmad: Yes. Some vendors expand these models and offer various services in this way and sometimes name them differently – such as Database as a Service (DBaaS), Disaster Recovery as a Service (DRaaS), and Function as a Service (FaaS), to name a few.

A picture containing text, arch

Description automatically generatedRaj: Interesting. Thanks for explaining this to me, Ahmad. I can’t wait to explain this to my colleagues tomorrow. I will probably bring them here one day if they agree to take care of the mandatory pay part of it.

Ahmad: Of course. For the time being, let me take care of the mandatory pay part.

Everybody at the table is laughing.

You have been reading a chapter from
AWS Cloud Computing Concepts and Tech Analogies
Published in: Apr 2023
Publisher: Packt
ISBN-13: 9781804611425
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image