Replies: 2 comments 3 replies
-
Cdknag is always complaining about this. I definitely agree with the approach here. We need to be building with least privilege in mind by default! 🚀🥳🚀 |
Beta Was this translation helpful? Give feedback.
-
In the AWS Solutions nag pack,
Since AWS managed policies are used in many L2/3 constructs (example), I end up adding dozens of suppressions for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be ultimately beneficial to replace AWS Managed Policies in L2+ constructs with Customer Managed Policies/Inline Policies and would like to hear other people's thoughts on the matter
Background
I've had many cases where I've been asked to remove AWS Managed Policies from L2+ constructs. While this can be done through Aspects and Overrides this is both tedious and not friendly.
Rationale
There are 2 main problems using AWS managed policies
Pros
Cons
Beta Was this translation helpful? Give feedback.
All reactions