mozilla / guardduty-multi-account-manager

Automate the AWS GuardDuty account invitation lifecycle for all of your organizations AWS accounts in all regions as well as aggregate and normalize the GuardDuty findings
Mozilla Public License 2.0
65 stars 14 forks source link

Create CloudFormation code that provisions service link IAM role #4

Closed gene1wood closed 5 years ago

gene1wood commented 5 years ago

Let's put this in the role cloudformation stack that grants role assumption rights. Set it to remain if the stack every gets deleted.

gene1wood commented 5 years ago

So in order to conditionally create the service linked role (because it could exist already) we'd need to use either

I'm thinking the latter