1.0.1 • Published 6 years ago

lulo-plugin-neptune-iam-roles v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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

1.0.1

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago