arkime / aws-aio

Apache License 2.0
8 stars 3 forks source link

Migrate from Parameter Store to a "real" data store #74

Open chelma opened 1 year ago

chelma commented 1 year ago

Description

As discussed in https://github.com/arkime/aws-aio/issues/43, Parameter store was a convenient way to store application state when bootstrapping the project but has substantial limitations. This task is to move to another, more scalable and full-featured data store for application state. The current front-runner is AWS DynamoDB, as it appears to have suitable features and reasonable pricing for our use-case.

Related tasks/considerations:

Acceptance Criteria