serverless-attach-permission-boundary
A serverless plugin to automatically attach an AWS Permission Boundary to all IAM Roles created by the Service.
Originally forked from serverless-attach-managed-policy
Install
npm install --save-dev serverless-attach-permission-boundary
Add the plugin to your serverless.yml
file:
plugins:
- serverless-attach-permission-bounddary
Configuration
provider:
name: aws
permissionBoundaryArn: 'arn:aws:iam::789763425617:policy/ABCAccountBoundary'