ec2_report_instance_status {paws.compute} | R Documentation |
Submits feedback about the status of an instance
Description
Submits feedback about the status of an instance. The instance must be in the running
state. If your experience with the instance differs from the instance status returned by describe_instance_status
, use report_instance_status
to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.
See https://www.paws-r-sdk.com/docs/ec2_report_instance_status/ for full documentation.
Usage
ec2_report_instance_status(
Description = NULL,
DryRun = NULL,
EndTime = NULL,
Instances,
ReasonCodes,
StartTime = NULL,
Status
)
Arguments
Description |
Descriptive text about the health state of your 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 |
EndTime |
The time at which the reported instance health state ended. |
Instances |
[required] The instances. |
ReasonCodes |
[required] The reason codes that describe the health state of your instance.
|
StartTime |
The time at which the reported instance health state began. |
Status |
[required] The status of all instances listed. |