How can I get the count of server instances running under my Amazon EC2 account using API
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Here is an example as seen in the samples included with the AWS .NET SDK:
|
|||
|
|
|
The Getting Started page has an example halfway down the page http://aws.amazon.com/articles/3586 download the java SDK and take a look at aws-java-sdk/samples/AwsConsoleApp/AwsConsoleApp.java |
|||
|
|