Book Image

DynamoDB Cookbook

By : Tanmay Deshpande
Book Image

DynamoDB Cookbook

By: Tanmay Deshpande

Overview of this book

Table of Contents (18 chapters)
DynamoDB Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Securing DynamoDB

In this chapter, we will cover the following topics:

  • Creating users using AWS IAM

  • Creating a DynamoDB full access group using AWS IAM

  • Creating a DynamoDB read-only group using AWS IAM

  • Validating the DynamoDB access controls using the AWS IAM policy simulator

  • Creating the custom policy to allow the DynamoDB console access using AWS IAM

  • Creating a fine-grained access control policy using AWS IAM

  • Implementing the client-side encryption for the DynamoDB data

  • Implementing the client-side masking for the DynamoDB data