lulo-plugin-neptune-iam-roles

1.0.1 • Public • Published

lulo neptune iam roles

npm version Build Status Coverage Status Known Vulnerabilities

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. Required
  • RoleArn: 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: '*'

License

The MIT License (MIT)

Change Log

Change Log

Package Sidebar

Install

npm i lulo-plugin-neptune-iam-roles

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

16.8 kB

Total Files

10

Last publish

Collaborators

  • polythene