Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DynamoDB Tables in every region #11

Open
stormlrd opened this issue Jul 2, 2018 · 0 comments
Open

DynamoDB Tables in every region #11

stormlrd opened this issue Jul 2, 2018 · 0 comments
Assignees

Comments

@stormlrd
Copy link

stormlrd commented Jul 2, 2018

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants