ec2_send_diagnostic_interrupt {paws.compute} | R 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 |
[Package paws.compute version 0.7.0 Index]