lulo-plugin-neptune-iam-roles
v1.0.1
Published
[![npm version](https://badge.fury.io/js/lulo-plugin-neptune-iam-roles.svg)](https://badge.fury.io/js/lulo-plugin-neptune-iam-roles) [![Build Status](https://travis-ci.org/carlnordenfelt/lulo-plugin-neptune-iam-roles.svg?branch=master)](https://travis-ci.
Downloads
13
Maintainers
Readme
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: '*'