Skip to content

DynamoDB Tables in every region #11

@stormlrd

Description

@stormlrd

Hi,

If I want to get events from all regions in an account I have to create the solution in each region.

This creates a DynamoDB table in every region. Which means I have lots of tables with lots of rules to manage.

How hard would it be to create a "Centralised" Dynamo version of this for those of us living in multiple accounts in multiple regions?

We could run a master template in the master account which would init the db tables.
Then we could use a child account stack set to push out from a master account to the child accounts one that doesn't create a table rather refers to the central table in the master account instead.

A bit trickier to setup no doubt but easier to manage once setup (esp from a rules perspective).
The only downside would be if I wanted different rules for an account / region. Then the rules would need additional information to help with that and the rule checker would need to validate this additional information.

This is more a feature request than an issue so I don't mind you closing this down as I don't know where else to put this :) If I get time I will work on this in a fork but I can't help but think you'd be quicker than me at resolving this one :D

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions