1.0.1 • Published 6 years ago
lulo-plugin-neptune-iam-roles v1.0.1
lulo neptune iam roles
lulo neptune iam roles is a plugin for lulo. The plugin associates an IAM ROle with a Neptune cluster which is useful when you want to use the Loader API for example.
Installation
$ npm install lulo-plugin-neptune-iam-roles --save
Usage
Properties
DBClusterIdentifier
: The Neptune Cluster Identifier. RequiredRoleArn
: The IAM Role arn. Required
Return Values
N/A
Required IAM Permissions
The Custom Resource Lambda requires the following permissions for this plugin to work:
Statment:
- Effect: 'Allow'
Action:
- 'rds:AddRoleToDBCluster'
- 'rds:RemoveRoleFromDBCluster'
- 'iam:PassRole'
Resource: '*'