Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] RDS nodes #20

Closed
nekloth opened this issue Aug 2, 2017 · 8 comments
Closed

[Feature request] RDS nodes #20

nekloth opened this issue Aug 2, 2017 · 8 comments

Comments

@nekloth
Copy link

nekloth commented Aug 2, 2017

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

  • describes instances
  • create snapshots
  • describe parameters group
  • etc...
@Daniel-t
Copy link
Owner

Daniel-t commented Aug 2, 2017

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
Copy link
Author

nekloth commented Aug 2, 2017

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

@Daniel-t
Copy link
Owner

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

@Daniel-t Daniel-t mentioned this issue Aug 11, 2017
@Daniel-t
Copy link
Owner

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

@Daniel-t
Copy link
Owner

Requires Testing

@nekloth
Copy link
Author

nekloth commented Aug 20, 2017

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

@nekloth
Copy link
Author

nekloth commented Oct 4, 2017

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...

Daniel-t pushed a commit that referenced this issue Oct 29, 2017
@Daniel-t
Copy link
Owner

Closing due to no feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants