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.
ec2_report_instance_status(
DryRun = NULL,
Instances,
Status,
StartTime = NULL,
EndTime = NULL,
ReasonCodes,
Description = NULL
)
Checks whether you have the required permissions for the operation,
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
.
[required] The instances.
[required] The status of all instances listed.
The time at which the reported instance health state began.
The time at which the reported instance health state ended.
[required] The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my
credentials.
password-not-available
: A password is not available for my
instance.
performance-network
: My instance is experiencing performance
problems that I believe are network related.
performance-instance-store
: My instance is experiencing
performance problems that I believe are related to the instance
stores.
performance-ebs-volume
: My instance is experiencing performance
problems that I believe are related to an EBS volume.
performance-other
: My instance is experiencing performance
problems.
other
: [explain using the description parameter]
Descriptive text about the health state of your instance.