CrowdStrike / aws-ssm-distributor

15 stars 9 forks source link

Create a CFT stack to deploy in multiple regions #19

Closed ffalor closed 5 months ago

ffalor commented 1 year ago

It would be nice if customers are able to deploy to multiple regions or even at a org level to multiple accounts.

The main stopper is the need for the SSM params for secrets. CFT does not support SecureString parameters. The workaround would be to use a custom resource or to implement #13.