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

Docs required on "InstanceIds" field syntax under EC2 start instances #39

Closed
renjitrk opened this issue Jan 15, 2018 · 2 comments
Closed
Labels

Comments

@renjitrk
Copy link

Hi,
Getting "failed: InvalidParameterType: Expected params.InstanceIds to be an Array" error while using StartInstance Operation under AWS EC2. Tried all possible sytaxs, but could not get anything working.
Examples tried: ['i-abcd1234'] ; {"InstanceIds":["i-abcd1234"],"DryRun":false,"Force":true} ; {"InstanceIds":["i-abcd1234"]} ; "InstanceIds":["i-abcd1234"]
Please help with the solution.
Thanks,
Renjith.

@Daniel-t Daniel-t added the bug label Feb 1, 2018
@Daniel-t
Copy link
Owner

Daniel-t commented Feb 1, 2018

@renjitrk
Copy link
Author

renjitrk commented Feb 1, 2018

Also, please note, on manually editing the 'InstanceIDs' field in node-red config file, the StartInstance node seems to work. Seems like some mapping issue. edited to something like this and it worked - ""payload": "[i-abcd1234]",".. Thanks

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

No branches or pull requests

2 participants