Note:

You are viewing the documentation for an older major version of the AWS CLI (version 1).

AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. For more information see the AWS CLI version 2 installation instructions and migration guide.

[ aws . ce ]

get-anomalies

Description

Retrieves all of the cost anomalies detected on your account during the time period that's specified by the DateInterval object. Anomalies are available for up to 90 days.

See also: AWS API Documentation

Synopsis

  get-anomalies
[--monitor-arn <value>]
--date-interval <value>
[--feedback <value>]
[--total-impact <value>]
[--next-page-token <value>]
[--max-results <value>]
[--cli-input-json <value>]
[--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>]

Options

--monitor-arn (string)

Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).

--date-interval (structure)

Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an AnomalyEndDate in the specified time range.

StartDate -> (string)

The first date an anomaly was observed.

EndDate -> (string)

The last date an anomaly was observed.

Shorthand Syntax:

StartDate=string,EndDate=string

JSON Syntax:

{
  "StartDate": "string",
  "EndDate": "string"
}

--feedback (string)

Filters anomaly results by the feedback field on the anomaly object.

Possible values:

  • YES
  • NO
  • PLANNED_ACTIVITY

--total-impact (structure)

Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies GREATER_THAN 200.00 to retrieve anomalies, with an estimated dollar impact greater than 200.

NumericOperator -> (string)

The comparing value that's used in the filter.

StartValue -> (double)

The lower bound dollar value that's used in the filter.

EndValue -> (double)

The upper bound dollar value that's used in the filter.

Shorthand Syntax:

NumericOperator=string,StartValue=double,EndValue=double

JSON Syntax:

{
  "NumericOperator": "EQUAL"|"GREATER_THAN_OR_EQUAL"|"LESS_THAN_OR_EQUAL"|"GREATER_THAN"|"LESS_THAN"|"BETWEEN",
  "StartValue": double,
  "EndValue": double
}

--next-page-token (string)

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

--max-results (integer)

The number of entries a paginated response contains.

--cli-input-json (string) Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI 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.

--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. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

Global Options

--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.

--output (string)

The formatting style for command output.

  • json
  • text
  • table

--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.

  • on
  • off
  • auto

--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.

Output

Anomalies -> (list)

A list of cost anomalies.

(structure)

An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.

AnomalyId -> (string)

The unique identifier for the anomaly.

AnomalyStartDate -> (string)

The first day the anomaly is detected.

AnomalyEndDate -> (string)

The last day the anomaly is detected.

DimensionValue -> (string)

The dimension for the anomaly (for example, an Amazon Web Service in a service monitor).

RootCauses -> (list)

The list of identified root causes for the anomaly.

(structure)

The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.

Service -> (string)

The Amazon Web Service name that's associated with the cost anomaly.

Region -> (string)

The Amazon Web Services Region that's associated with the cost anomaly.

LinkedAccount -> (string)

The member account value that's associated with the cost anomaly.

UsageType -> (string)

The UsageType value that's associated with the cost anomaly.

LinkedAccountName -> (string)

The member account name value that's associated with the cost anomaly.

AnomalyScore -> (structure)

The latest and maximum score for the anomaly.

MaxScore -> (double)

The maximum score that's observed during the AnomalyDateInterval .

CurrentScore -> (double)

The last observed score.

Impact -> (structure)

The dollar impact for the anomaly.

MaxImpact -> (double)

The maximum dollar value that's observed for an anomaly.

TotalImpact -> (double)

The cumulative dollar difference between the total actual spend and total expected spend. It is calculated as TotalActualSpend - TotalExpectedSpend .

TotalActualSpend -> (double)

The cumulative dollar amount that was actually spent during the anomaly.

TotalExpectedSpend -> (double)

The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using advanced machine learning models to determine the typical spending pattern based on historical data for a customer.

TotalImpactPercentage -> (double)

The cumulative percentage difference between the total actual spend and total expected spend. It is calculated as (TotalImpact / TotalExpectedSpend) * 100 . When TotalExpectedSpend is zero, this field is omitted. Expected spend can be zero in situations such as when you start to use a service for the first time.

MonitorArn -> (string)

The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.

Feedback -> (string)

The feedback value.

NextPageToken -> (string)

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.