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.
ec2_send_diagnostic_interrupt(InstanceId, DryRun = NULL)
[required] The ID of the instance.
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
.