paws.compute (version 0.1.0)

ec2_monitor_instances: Enables detailed monitoring for a running instance

Description

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitoring Your Instances and Volumes in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_monitor_instances(InstanceIds, DryRun)

Arguments

InstanceIds

[required] One or more instance IDs.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Request syntax

svc$monitor_instances(
  InstanceIds = list(
    "string"
  ),
  DryRun = TRUE|FALSE
)

Details

To disable detailed monitoring, see .