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
Amazon Web Services Bootcamp

You're reading from  Amazon Web Services Bootcamp

Product type Book
Published in Mar 2018
Publisher Packt
ISBN-13 9781788294454
Pages 338 pages
Edition 1st Edition
Languages
Toc

Summary


In this chapter, we learned about Amazon DynamoDB, NoSQL database. DynamoDB frees the user from handling the burden of managing the infrastructure, scaling the database, administrative tasks, and so on. DynamoDB automatically replicates our data on multiple availability zones so that the data is highly available. We saw different ways, such as AWS Management Console, AWS CLI, and AWS SDK - Java, to create DynamoDB tables and we also performed CRUD operations using the AWS SDK - Java. While retrieving the data from tables, it is important to choose between the query and scan operations. Scan operations are slow when you are scanning and filtering items on large tables. So to avoid such a situation where provisioned read throughput is utilized by a scan operation, create a table or secondary indexes where you can use the query operation. In the next chapter, we will see how we can use Amazon ElastiCache. ElastiCache supports Redis and Memcached caching servers. We will create the ElastiCache...

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 €14.99/month. Cancel anytime