Code Monkey home page Code Monkey logo

Comments (8)

Daniel-t avatar Daniel-t commented on August 13, 2024

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

from node-red-contrib-aws.

nekloth avatar nekloth commented on August 13, 2024

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

  • describeDBInstances
  • describeDBParameterGroups
  • describeDBParameters
  • describeDBSecurityGroups

for Administration

  • applyPendingMaintenanceAction
  • modifyDBInstance
  • rebootDBInstance
  • startDBInstance
  • stopDBInstance

for Tags

  • listTagsForResource
  • addTagsToResource
  • removeTagsFromResource

... and others

  • describeDBEngineVersions

Thanks

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

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

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

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

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

Requires Testing

from node-red-contrib-aws.

nekloth avatar nekloth commented on August 13, 2024

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

from node-red-contrib-aws.

nekloth avatar nekloth commented on August 13, 2024

First tests results (sorry for the delay):

DescribeInstance

  • Empty instance name is not accepted (No Name Specified). In that case, it could be interesting to get the full instance list.
  • When entering an instance name (that exists in the selected region), got an error ReferenceError: iParams is not defined

Describe DB Engine Versions

  • Empty name is not accepted (No Name Specified).
  • When entering an instance name (that exists in the selected region), got an error ReferenceError: iParams is not defined

Describe Parameter group

  • Empty name is not accepted (No Name Specified).
  • When entering an instance name (that exists in the selected region), got an error ReferenceError: iParams is not defined

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

from node-red-contrib-aws.

Daniel-t avatar Daniel-t commented on August 13, 2024

Closing due to no feedback

from node-red-contrib-aws.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.