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

DescribeInstanceStatus returns empty InstanceStatuses list. #420

Open
abhi11 opened this issue Dec 21, 2015 · 2 comments
Open

DescribeInstanceStatus returns empty InstanceStatuses list. #420

abhi11 opened this issue Dec 21, 2015 · 2 comments

Comments

@abhi11
Copy link

abhi11 commented Dec 21, 2015

When passed instanceIds do DescribeInstanceStatus(), I receive a response containing the RequestId, but I am not receiving any data in InstanceStatuses list, even though I have an instance in stop state.
I can see the instance in my console, but the status is not reported when I call DescribeInstanceStatus()

@ejcer
Copy link

ejcer commented Mar 22, 2016

same, except my problem is with terminated state as opposed to the stop state

@abhi11
Copy link
Author

abhi11 commented Mar 22, 2016

@emcenrue Yes, even for terminate it doesn't work. I had forked the repo and fixed it, if you're only using EC2 and don't need the other packages try this repo https://github.com/betacraft/goamz or check this commit betacraft@cf0e994 here in custom params you should pass

        cparams := map[string]string{
        "IncludeAllInstances": "true",
    }

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

No branches or pull requests

2 participants