Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Amazon Web Services Bootcamp

You're reading from   Amazon Web Services Bootcamp Develop a scalable, reliable, and highly available cloud environment with AWS

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781788294454
Length 338 pages
Edition 1st Edition
Tools
Arrow right icon
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 $15.99/month. Cancel anytime
Visually different images