DisableApplicationStatusCheckSuppression
Disables suppression of application status checks for the specified instances. After suppression is disabled, health check results resume affecting the instance-level application status. You can specify a maximum of 100 instance IDs per request.
Request Parameters
The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see Common Query Parameters.
- ClientToken
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Type: String
Required: No
- DryRun
-
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 isUnauthorizedOperation.Type: Boolean
Required: No
- InstanceId.N
-
The IDs of the instances for which to disable application status check suppression.
Type: Array of strings
Required: No
Response Elements
The following elements are returned by the service.
- requestId
-
The ID of the request.
Type: String
- successfulResultSet
-
The instances for which suppression was successfully disabled.
Type: Array of SuccessfulSuppressionResponseObject objects
- unsuccessfulResultSet
-
The instances for which suppression failed to be disabled.
Type: Array of UnsuccessfulSuppressionResponseObject objects
Errors
For information about the errors that are common to all actions, see Common Error Types.
Examples
To disable application status check suppression
This example disables suppression for the specified instance.
Sample Request
https://ec2.amazonaws.com/?Action=DisableApplicationStatusCheckSuppression
&InstanceId.1=i-0123456789abcdef0
&AUTHPARAMS
Sample Response
<DisableApplicationStatusCheckSuppressionResult xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<successfulResultSet>
<item>
<instanceId>i-0123456789abcdef0</instanceId>
<suppressAt>1609459200000</suppressAt>
<resumeAt>1609462800000</resumeAt>
</item>
</successfulResultSet>
</DisableApplicationStatusCheckSuppressionResult>
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: