View source: R/ec2_operations.R
ec2_send_diagnostic_interrupt | 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). 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)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.