ec2_send_diagnostic_interrupt: Sends a diagnostic interrupt to the specified Amazon EC2...

View source: R/ec2_operations.R

ec2_send_diagnostic_interruptR Documentation

Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances)

Description

Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).

See https://www.paws-r-sdk.com/docs/ec2_send_diagnostic_interrupt/ for full documentation.

Usage

ec2_send_diagnostic_interrupt(InstanceId, DryRun = NULL)

Arguments

InstanceId

[required] The ID of the instance.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.