Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By : Marko Sluga
Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By: Marko Sluga

Overview of this book

AWS certifications are becoming one of the must have certifications for any IT professional working on an AWS Cloud platform. This book will act as your one stop preparation guide to validate your technical expertise in deployment, management, and operations on the AWS platform. Along with exam specific content this book will also deep dive into real world scenarios and hands-on instructions. This book will revolve around concepts like teaching you to deploy, manage, and operate scalable, highly available, and fault tolerant systems on AWS. You will also learn to migrate an existing on-premises application to AWS. You get hands-on experience in selecting the appropriate AWS service based on compute, data, or security requirements. This book will also get you well versed with estimating AWS usage costs and identifying operational cost control mechanisms. By the end of this book, you will be all prepared to implement and manage resources efficiently on the AWS cloud along with confidently passing the AWS Certified SysOps Administrator – Associate exam.
Table of Contents (26 chapters)

DynamoDB service ceiling

Like other services in AWS, DynamoDB has some default soft limits set on the service to prevent us from consuming the backend resources unintentionally. If required, the service soft limits can be extended by contacting AWS. The soft limits in DynamoDB are set as follows:

  • Depending on the region, each DynamoDB table will be limited either to 10,000/40,000 read and 10,000/40,000 write capacity units per table and double that for all tables in the account in provisioned mode. There is no soft limit on the cumulative RCU/WCU capacity for all on-demand capacity mode tables.
  • Up to 256 tables of unlimited size per region per account.
  • A maximum of 20 global secondary indexes per table.

There are also some limitations in the service itself due to the service design, and these are as follows:

  • One RCU = one strongly consistent read of up to 4 KB or two eventually...