Disable Amazon EC2 instances running in an SQL Server High Availability cluster from SQL Server High Availability instance standby detection monitoring
Source:R/ec2_operations.R
ec2_disable_instance_sql_ha_standby_detections.RdDisable Amazon EC2 instances running in an SQL Server High Availability cluster from SQL Server High Availability instance standby detection monitoring. Once disabled, Amazon Web Services no longer monitors the metadata for the instances to determine whether they are active or standby nodes in the SQL Server High Availability cluster.
See https://www.paws-r-sdk.com/docs/ec2_disable_instance_sql_ha_standby_detections/ for full documentation.
Arguments
- InstanceIds
[required] The IDs of the instances to disable from SQL Server High Availability standby detection monitoring.
- 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
DryRunOperation. Otherwise, it isUnauthorizedOperation.