Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 1.22 KB

how-to-create-an-dynamodb-table.md

File metadata and controls

23 lines (12 loc) · 1.22 KB

How to setup a new DynamoDB table

This is a set of instructions on how to configure a new DynamoDB table for storing Google PAM data.

  1. Log onto the AWS Console. Select DynamoDB, a key/value database as the Service to find.

    Select DynamoDB Service
  2. Create a table in DynamoDB.

    Select DynamoDB Service
  3. Name the table properly, and setup two fields; name as the partition key and version as the sort key and hit Create.

    Select DynamoDB Service
  4. The DynamoDB table will be created. By default, no items will be in credstash (empty table) when running credstash -t <table-name> getall.

    Select DynamoDB Service
  5. Modify the configuration to use the table when creating the jumpbox. Be sure to modify the proper configuration file you're using.

    Select DynamoDB Service