This is a set of instructions on how to configure a new DynamoDB table for storing Google PAM data.
-
Log onto the AWS Console. Select DynamoDB, a key/value database as the Service to find.
-
Create a table in DynamoDB.
-
Name the table properly, and setup two fields; name as the partition key and version as the sort key and hit Create.
-
The DynamoDB table will be created. By default, no items will be in credstash (empty table) when running
credstash -t <table-name> getall
. -
Modify the configuration to use the table when creating the jumpbox. Be sure to modify the proper configuration file you're using.