Modifies an existing application status check. You can update the protocol, port, path, thresholds, and other configuration settings. The following rules apply:
See also: AWS API Documentation
modify-application-status-check
--application-status-check-id <value>
[--aggregation <value>]
[--health-check-paths <value>]
[--protocol <value>]
[--port <value>]
[--path <value>]
[--device-index <value>]
[--ip-version <value>]
[--ip-scope <value>]
[--interval <value>]
[--timeout <value>]
[--failure-threshold <value>]
[--success-threshold <value>]
[--status-code-matcher <value>]
[--initialization-grace-period-seconds <value>]
[--client-token <value>]
[--dry-run | --no-dry-run]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
[--cli-error-format <value>]
--application-status-check-id (string) [required]
The ID of the application status check to modify.
--aggregation (string)
The aggregation setting for the application status check. When set to
included, the result of this check contributes to the instance-level application status reported byDescribeApplicationStatus. When set toexcluded, the check runs independently and does not affect the instance-level status. Valid values:included|excluded.Possible values:
includedexcluded
--health-check-paths (list)
The health check paths to use for the application status check.
(structure)
Describes a health check path for an application status check request.
Source -> (structure)
The source for the health check path.
SubnetId -> (string)
The ID of the subnet for the source.SecurityGroupId -> (string)
The ID of the security group for the source.Destinations -> (list)
The destinations for the health check path.
(structure)
Describes a destination for a health check path in a request. Destinations can be in a different Availability Zone than the source (cross-AZ) or in a Local Zone (AZ to Local Zone), enabling remote health validation of your application.
SubnetId -> (string)
The ID of the subnet for the destination.SecurityGroupId -> (string)
The ID of the security group for the destination.
Shorthand Syntax:
Source={SubnetId=string,SecurityGroupId=string},Destinations=[{SubnetId=string,SecurityGroupId=string},{SubnetId=string,SecurityGroupId=string}] ...
JSON Syntax:
[
{
"Source": {
"SubnetId": "string",
"SecurityGroupId": "string"
},
"Destinations": [
{
"SubnetId": "string",
"SecurityGroupId": "string"
}
...
]
}
...
]
--protocol (string)
The protocol to use for the health check. Valid values:
http|https.Possible values:
httphttps
--port (integer)
The port to use for the health check. Valid values: 1 to 65535.
Constraints:
- min:
1- max:
65535
--path (string)
The URL path to use for the health check HTTP request (for example,/healthor/status).
--device-index (integer)
The index of the network device to use for the health check. The value must be greater than or equal to 0.
--ip-version (string)
The IP version to use for the health check. Valid values:
ipv4andipv6.Possible values:
ipv4ipv6
--ip-scope (string)
The IP scope to use for the health check. Valid value:
private.Possible values:
private
--interval (integer)
The interval, in seconds, between health checks. Valid value: 60.
--timeout (integer)
The amount of time, in seconds, to wait for a health check response before considering it failed. Valid values: 1 to 30. The value must be less thanInterval.
--failure-threshold (integer)
The number of consecutive failed health checks before the application status is considered impaired. The value must be greater than 0.
--success-threshold (integer)
The number of consecutive successful health checks before the application status is considered healthy. The value must be greater than 0.
--status-code-matcher (string)
The HTTP status codes that indicate a successful health check response. Specify a comma-separated list of individual status codes or ranges, for example,200,202,300-399. For a range, the first value must be less than the second value. Maximum length: 64 characters.
--initialization-grace-period-seconds (integer)
The number of seconds to wait before starting health checks after an instance is launched. Valid values: 1 to 600.
Constraints:
- min:
-1- max:
600
--client-token (string)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency .
--dry-run | --no-dry-run (boolean)
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.
--cli-input-json | --cli-input-yaml (string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.
--generate-cli-skeleton (string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug (boolean)
Turn on debug logging.
--endpoint-url (string)
Override command’s default URL with the given URL.
--no-verify-ssl (boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate (boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output (string)
The formatting style for command output.
--query (string)
A JMESPath query to use in filtering the response data.
--profile (string)
Use a specific profile from your credential file.
--region (string)
The region to use. Overrides config/env settings.
--version (string)
Display the version of this tool.
--color (string)
Turn on/off color output.
--no-sign-request (boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle (string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout (int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout (int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format (string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb:// will always be treated as binary and use the file contents directly regardless of the cli-binary-format setting. When using file:// the file contents will need to properly formatted for the configured cli-binary-format.
--no-cli-pager (boolean)
Disable cli pager for output.
--cli-auto-prompt (boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt (boolean)
Disable automatically prompt for CLI input parameters.
--cli-error-format (string)
The formatting style for error output. By default, errors are displayed in enhanced format.
ApplicationStatusCheck -> (structure)
Information about the modified application status check.
ApplicationStatusCheckId -> (string)
The ID of the application status check.Aggregation -> (string)
The aggregation setting for the application status check. When set to
included, the result of this check contributes to the instance-level application status. When set toexcluded, the check runs independently and does not affect the instance-level status.Possible values:
includedexcludedHealthCheckPaths -> (list)
The health check paths for the application status check.
(structure)
Describes a health check path for an application status check.
Source -> (structure)
The source for the health check path.
SubnetId -> (string)
The ID of the subnet for the source.SecurityGroupId -> (string)
The ID of the security group for the source.Destinations -> (list)
The destinations for the health check path.
(structure)
Describes a destination for a health check path.
SubnetId -> (string)
The ID of the subnet for the destination.SecurityGroupId -> (string)
The ID of the security group for the destination.Protocol -> (string)
The protocol used for the health check.
Possible values:
httphttpsPort -> (integer)
The port used for the health check.Path -> (string)
The URL path used for the health check HTTP request.DeviceIndex -> (integer)
The index of the network device used for the health check. The value is greater than or equal to 0.IpVersion -> (string)
The IP version used for the health check.
Possible values:
ipv4ipv6IpScope -> (string)
The IP scope used for the health check.
Possible values:
privateInterval -> (integer)
The interval, in seconds, between health checks. Valid value: 60.Timeout -> (integer)
The amount of time, in seconds, to wait for a health check response. Valid values: 1 to 30.FailureThreshold -> (integer)
The number of consecutive failed health checks before the application status is considered impaired. The value must be greater than 0.SuccessThreshold -> (integer)
The number of consecutive successful health checks before the application status is considered healthy. The value must be greater than 0.StatusCodeMatcher -> (string)
The comma-separated list of individual HTTP status codes or ranges that indicate a successful health check response.InitializationGracePeriodSeconds -> (integer)
The number of seconds to wait before starting health checks after an instance is launched. Valid values: 1 to 600.
Constraints:
- min:
-1- max:
600LastUpdatedAt -> (timestamp)
The date and time when the application status check was last updated.TargetTagAssociations -> (list)
The tags associated with the application status check. Instances with these tags are automatically monitored by this check.
(structure)
Describes a tag key-value pair for an application status check association.
Key -> (string)
The key of the tag.Value -> (string)
The value of the tag.Tags -> (list)
The tags assigned to the application status check.
(structure)
Describes a tag.
Key -> (string)
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with
aws:.Value -> (string)
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
CreationTime -> (timestamp)
The date and time when the application status check was created.ModifyTime -> (timestamp)
The date and time when the application status check was last modified.DeletionTime -> (timestamp)
The date and time when the application status check was deleted.