Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.
See https://www.paws-r-sdk.com/docs/ec2_modify_instance_maintenance_options/ for full documentation.
ec2_modify_instance_maintenance_options(
InstanceId,
AutoRecovery = NULL,
DryRun = NULL
)
[required] The ID of the instance.
Disables the automatic recovery behavior of your instance or sets it to default.
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
.