ec2din: Describe instances.

Description Usage Arguments Value Author(s) References Examples

Description

List and describe your instances The INSTANCE parameter is the instance ID(s) to describe. If unspecified all your instances will be returned.

Usage

1
ec2din(instance = NULL, filters = NULL, verbose = FALSE)

Arguments

instance

the instanceID to describe

filters

filters to apply to the command

verbose

show the command to be executed

Value

a dataframe enumerating the details of your instances

Author(s)

Whit Armstrong

References

http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
library(aws.tools)

cl <- startCluster(ami="ami-a531fccc",
                   key="my-ec2-key",
                   instance.count=10,
                   instance.type="t1.micro",
                   verbose=FALSE)

ec2din()
stopCluster(cl)

## End(Not run)

avantcredit/AWS.tools documentation built on May 11, 2019, 4:06 p.m.