Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Serverless Web Applications

You're reading from  Building Serverless Web Applications

Product type Book
Published in Jul 2017
Publisher Packt
ISBN-13 9781787126473
Pages 354 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Diego Zanon Diego Zanon
Profile icon Diego Zanon
Toc

Amazon SimpleDB


SimpleDB is an old service (late 2007), and it is the only one offered by AWS that can really be called a serverless database. AWS offers many other managed databases, such as DynamoDB or RDS, but all of them require that you set provisions and pay for 24 hours a day, even when no one is using your system. You do need to worry about the servers when you need to constantly check whether the capacity is well designed for your traffic.

SimpleDB is serverless for the following reasons:

  • Totally managed by AWS: You don't need to spin-up a machine and install/configure a DBMS.
  • Highly available: AWS manages multiple geographically distributed replicas of your database to enable high availability and data durability.
  • Scalable: You can grow in size very fast without worrying about provisioning.
  • Cost-efficient: You pay for the amount of data stored, data transferred, and the CPU time used to run queries. If no one is using the database, you pay only for what is currently stored.

SimpleDB...

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 $15.99/month. Cancel anytime}