Description Usage Arguments Value References See Also Examples
View source: R/get_console_output.R
Retrieve console output for an EC2 instance as a character string
| 1 | get_console_output(instance, ...)
 | 
| instance | A character string containing an EC2 instance ID or an object of class “ec2_instance”. Or, actions can be taken on multiple instances in one call by passing a character vector of instance IDs, or a list of objects of class “ec2_instance”. | 
| ... | Additional arguments passed to [ec2HTTP()]. | 
A character string
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetConsoleOutput.html
get_instance_attr(), describe_instances(), get_password_data()
| 1 2 3 4 5 6 7 | ## Not run: 
i <- run_instances()
cat(get_console_output(), "\n")
stop_instances(i[[1]])
terminate_instances(i[[1]])
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.