Learn R Programming

ECSFargateProvider (version 1.0.0)

getDockerInstanceIps,ECSFargateProvider-method: Get the instance public/private IPs

Description

Get the instance public/private IPs

Usage

# S4 method for ECSFargateProvider
getDockerInstanceIps(provider, instanceHandles, verbose = 0L)

Arguments

provider

S4 CloudProvider object. The service provider.

instanceHandles

List. A list of instance handles.

verbose

Integer. The verbose level, default 1.

Value

A data.frame with publicIp and privateIp columns and each row corresponds to an element in instanceHandles.