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 now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Certified SysOps Administrator ??? Associate Guide

You're reading from   AWS Certified SysOps Administrator ??? Associate Guide Your one-stop solution for passing the AWS SysOps Administrator certification

Arrow left icon
Product type Paperback
Published in Jan 2019
Publisher Packt
ISBN-13 9781788990776
Length 584 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Marko Sluga Marko Sluga
Author Profile Icon Marko Sluga
Marko Sluga
Arrow right icon
View More author details
Toc

Table of Contents (26) Chapters Close

Preface 1. Overview of AWS Certified SysOps Administrators and Associated Certification 2. The Fundamentals of Amazon Web Services FREE CHAPTER 3. Managing AWS Security with Identity and Access Management 4. Networking with the Virtual Private Cloud 5. Managing Servers on AWS with Elastic Compute Cloud 6. Handling Server Traffic with Elastic Load Balancing 7. Understanding Simple Storage Service and Glacier 8. Understanding Content Distribution with CloudFront 9. AWS Storage Options 10. Working with the Route 53 Domain Name System 11. Working with Relational Database Services 12. Introduction to ElastiCache 13. Amazon DynamoDB - A NoSQL Database Service 14. Working with Simple Queue Service 15. Handling Messaging with Simple Notification Service 16. Getting Started with Simple Workflow Service 17. Overview of AWS Lambda 18. Monitoring Resources with Amazon CloudWatch 19. Understanding Elastic Beanstalk 20. Automation with the CloudFormation Service 21. Cloud Orchestration with OpsWorks 22. Exam Tips and Tricks 23. Mock Tests 24. Assessments 25. Other Books You May Enjoy

DynamoDB core concepts

In DynamoDB, the core concepts for storing data are the following:

  • Tables, into which we store items
  • Items, which are composed of attributes
  • Attributes, which represent the data being stored in DynamoDB

DynamoDB is a distributed database running on a large number of servers, so the data needs to be stored in some kind of order. The way we determine the storage backend is with the primary key. The primary key is the attribute of an item we select for providing an even distribution of data across the cluster. There are also secondary indexes available in DynamoDB, so we can perform data ordering on attributes other than the primary key. To track changes to DynamoDB, the database service allows us to enable DynamoDB streams that help us track changes being made in the tables.

...
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