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 Certified Solutions Architect - Associate (SAA-C03) Exam Guide

You're reading from   AWS Certified Solutions Architect - Associate (SAA-C03) Exam Guide Aligned with the latest AWS SAA-C03 exam objectives to help you pass the exam on your first attempt

Arrow left icon
Product type Paperback
Published in Nov 2024
Publisher Packt
ISBN-13 9781837630004
Length 500 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Michelle Chismon Michelle Chismon
Author Profile Icon Michelle Chismon
Michelle Chismon
Kate Gawron Kate Gawron
Author Profile Icon Kate Gawron
Kate Gawron
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Chapter 1: Understanding Cloud Fundamentals 2. Chapter 2: Virtual Private Cloud FREE CHAPTER 3. Chapter 3: Identity and Access Management 4. Chapter 4: Compute 5. Chapter 5: Storage 6. Chapter 6: DNS and Load Balancing 7. Chapter 7: Data and Analytics 8. Chapter 8: Migrations and Data Transfer 9. Chapter 9: Serverless and Application Integration 10. Chapter 10: Security 11. Chapter 11: Management and Governance 12. Chapter 12: Design Secure Architectures 13. Chapter 13: Design Resilient Architectures 14. Chapter 14: Design High-Performing Architectures 15. Chapter 15: Design Cost-Optimized Architectures 16. Chapter 16: Accessing the Online Practice Resources 17. Other Books You May Enjoy

Overview of Serverless

The name “serverless” is somewhat misleading. It implies that no servers are involved when running your code. But, of course, you know that code must run on something. Serverless is a deployment model that allows you, the users, to run your code in the cloud without having to worry about building the infrastructure. The code still runs on servers, but the servers are managed by the cloud provider, in this case, AWS.

The serverless model has many advantages:

  • Flexible, automatic scaling: AWS ensures that the serverless service can scale up and down seamlessly to meet the demands of your application. This makes serverless great for spiky workloads where traffic patterns cannot be predicted.
  • Only pay for what you use: With serverless, you do not pay for idle capacity. You pay only for the execution time of the job and storage.
  • Resiliency: Fault tolerance is built into AWS serverless services by default, with no additional input from...
lock icon The rest of the chapter is locked
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