checkAlive: Check whether or not an EC2 instance is running.

View source: R/instances.R

checkAliveR Documentation

Check whether or not an EC2 instance is running.

Description

Check whether or not an EC2 instance is running.

Usage

checkAlive(instance)

Arguments

instance

An instance objected created with launchInstance or getInstanceDescription.

Value

TRUE or FALSE. All conditions except the "running" state return FALSE (including AWS API and connection errors).


whitwort/AWSTools documentation built on July 9, 2023, 2:56 a.m.