Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

[Feature request] RDS nodes #20

Closed nekloth closed 6 years ago

nekloth commented 7 years ago

Similar to EC2, cousl be great to have RDS nodes to :

Daniel-t commented 7 years ago

Shouldn't be too hard, I haven't used RDS personally so not sure what functions would be useful. Can you provide a list (assuming there are more than those listed above).

API Reference: http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/RDS.html

nekloth commented 7 years ago

I'm not a specialist or intensive user of RDS, but (according to me and my today's needs, to be honnest), I think following functions are interesting:

for Instances

for Administration

for Tags

... and others

Thanks

Daniel-t commented 7 years ago

AWS have released a specific API for managing Tags, defering any tag management to a seperate node for tags.

Daniel-t commented 7 years ago

Added in 9ae6b8b. But entirely untested as I dont have a use case. Please test and let me know how it goes.

Daniel-t commented 7 years ago

Requires Testing

nekloth commented 7 years ago

I planned to lead some tests, but as soon as I will be back behind a computer (not before 2 weeks, sorry)

nekloth commented 7 years ago

First tests results (sorry for the delay):

DescribeInstance

Describe DB Engine Versions

Describe Parameter group

... and I stopped my tested because I may miss use something (it is strange to always have the same iParams error...

Daniel-t commented 6 years ago

Closing due to no feedback