1 Answer
- Newest
- Most votes
- Most comments
1
IAM best practice is to "Grant least privilege".
When you create custom policies, grant only the permissions required to perform a task. Start with a minimum set of permissions and grant additional permissions as necessary.
Set the developer to allow only the necessary permissions
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a month ago

Thank you this is what I was looking for.