Crate rusoto_compute_optimizer

Source
Expand description

AWS Compute Optimizer is a service that analyzes the configuration and utilization metrics of your AWS compute resources, such as EC2 instances, Auto Scaling groups, AWS Lambda functions, and Amazon EBS volumes. It reports whether your resources are optimal, and generates optimization recommendations to reduce the cost and improve the performance of your workloads. Compute Optimizer also provides recent utilization metric data, as well as projected utilization metric data for the recommendations, which you can use to evaluate which recommendation provides the best price-performance trade-off. The analysis of your usage patterns can help you decide when to move or resize your running resources, and still meet your performance and capacity requirements. For more information about Compute Optimizer, including the required permissions to use the service, see the AWS Compute Optimizer User Guide.

If you’re using the service, you’re probably looking for ComputeOptimizerClient and ComputeOptimizer.

Structs§

AutoScalingGroupConfiguration

Describes the configuration of an Auto Scaling group.

AutoScalingGroupRecommendation

Describes an Auto Scaling group recommendation.

AutoScalingGroupRecommendationOption

Describes a recommendation option for an Auto Scaling group.

ComputeOptimizerClient
A client for the AWS Compute Optimizer API.
DescribeRecommendationExportJobsRequest
DescribeRecommendationExportJobsResponse
EBSFilter

Describes a filter that returns a more specific list of Amazon Elastic Block Store (Amazon EBS) volume recommendations. Use this filter with the GetEBSVolumeRecommendations action.

You can use LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, JobFilter with the DescribeRecommendationExportJobs action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

EBSUtilizationMetric

Describes a utilization metric of an Amazon Elastic Block Store (Amazon EBS) volume.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

ExportAutoScalingGroupRecommendationsRequest
ExportAutoScalingGroupRecommendationsResponse
ExportDestination

Describes the destination of the recommendations export and metadata files.

ExportEBSVolumeRecommendationsRequest
ExportEBSVolumeRecommendationsResponse
ExportEC2InstanceRecommendationsRequest
ExportEC2InstanceRecommendationsResponse
ExportLambdaFunctionRecommendationsRequest
ExportLambdaFunctionRecommendationsResponse
Filter

Describes a filter that returns a more specific list of recommendations. Use this filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

You can use EBSFilter with the GetEBSVolumeRecommendations action, LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, and JobFilter with the DescribeRecommendationExportJobs action.

GetAutoScalingGroupRecommendationsRequest
GetAutoScalingGroupRecommendationsResponse
GetEBSVolumeRecommendationsRequest
GetEBSVolumeRecommendationsResponse
GetEC2InstanceRecommendationsRequest
GetEC2InstanceRecommendationsResponse
GetEC2RecommendationProjectedMetricsRequest
GetEC2RecommendationProjectedMetricsResponse
GetEnrollmentStatusRequest
GetEnrollmentStatusResponse
GetLambdaFunctionRecommendationsRequest
GetLambdaFunctionRecommendationsResponse
GetRecommendationError

Describes an error experienced when getting recommendations.

For example, an error is returned if you request recommendations for an unsupported Auto Scaling group, or if you request recommendations for an instance of an unsupported instance family.

GetRecommendationSummariesRequest
GetRecommendationSummariesResponse
InstanceRecommendation

Describes an Amazon EC2 instance recommendation.

InstanceRecommendationOption

Describes a recommendation option for an Amazon EC2 instance.

JobFilter

Describes a filter that returns a more specific list of recommendation export jobs. Use this filter with the DescribeRecommendationExportJobs action.

You can use EBSFilter with the GetEBSVolumeRecommendations action, LambdaFunctionRecommendationFilter with the GetLambdaFunctionRecommendations action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

LambdaFunctionMemoryProjectedMetric

Describes a projected utilization metric of an AWS Lambda function recommendation option.

LambdaFunctionMemoryRecommendationOption

Describes a recommendation option for an AWS Lambda function.

LambdaFunctionRecommendation

Describes an AWS Lambda function recommendation.

LambdaFunctionRecommendationFilter

Describes a filter that returns a more specific list of AWS Lambda function recommendations. Use this filter with the GetLambdaFunctionRecommendations action.

You can use EBSFilter with the GetEBSVolumeRecommendations action, JobFilter with the DescribeRecommendationExportJobs action, and Filter with the GetAutoScalingGroupRecommendations and GetEC2InstanceRecommendations actions.

LambdaFunctionUtilizationMetric

Describes a utilization metric of an AWS Lambda function.

ProjectedMetric

Describes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance. This represents the projected utilization of a recommendation option had you used that resource during the analyzed period.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

The Cpu and Memory metrics are the only projected utilization metrics returned when you run the GetEC2RecommendationProjectedMetrics action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

ReasonCodeSummary

A summary of a finding reason code.

RecommendationExportJob

Describes a recommendation export job.

Use the DescribeRecommendationExportJobs action to view your recommendation export jobs.

Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions to request an export of your recommendations.

RecommendationSource

Describes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.

RecommendationSummary

A summary of a recommendation.

RecommendedOptionProjectedMetric

Describes a projected utilization metric of a recommendation option.

The Cpu and Memory metrics are the only projected utilization metrics returned when you run the GetEC2RecommendationProjectedMetrics action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.

S3Destination

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

S3DestinationConfig

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and key prefix for a recommendations export job.

You must create the destination Amazon S3 bucket for your recommendations export before you create the export job. Compute Optimizer does not create the S3 bucket for you. After you create the S3 bucket, ensure that it has the required permission policy to allow Compute Optimizer to write the export file to it. If you plan to specify an object prefix when you create the export job, you must include the object prefix in the policy that you add to the S3 bucket. For more information, see Amazon S3 Bucket Policy for Compute Optimizer in the Compute Optimizer user guide.

Summary

The summary of a recommendation.

UpdateEnrollmentStatusRequest
UpdateEnrollmentStatusResponse
UtilizationMetric

Describes a utilization metric of a resource, such as an Amazon EC2 instance.

Compare the utilization metric data of your resource against its projected utilization metric data to determine the performance difference between your current resource and the recommended option.

VolumeConfiguration

Describes the configuration of an Amazon Elastic Block Store (Amazon EBS) volume.

VolumeRecommendation

Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.

VolumeRecommendationOption

Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.

Enums§

DescribeRecommendationExportJobsError
Errors returned by DescribeRecommendationExportJobs
ExportAutoScalingGroupRecommendationsError
Errors returned by ExportAutoScalingGroupRecommendations
ExportEBSVolumeRecommendationsError
Errors returned by ExportEBSVolumeRecommendations
ExportEC2InstanceRecommendationsError
Errors returned by ExportEC2InstanceRecommendations
ExportLambdaFunctionRecommendationsError
Errors returned by ExportLambdaFunctionRecommendations
GetAutoScalingGroupRecommendationsError
Errors returned by GetAutoScalingGroupRecommendations
GetEBSVolumeRecommendationsError
Errors returned by GetEBSVolumeRecommendations
GetEC2InstanceRecommendationsError
Errors returned by GetEC2InstanceRecommendations
GetEC2RecommendationProjectedMetricsError
Errors returned by GetEC2RecommendationProjectedMetrics
GetEnrollmentStatusError
Errors returned by GetEnrollmentStatus
GetLambdaFunctionRecommendationsError
Errors returned by GetLambdaFunctionRecommendations
GetRecommendationSummariesError
Errors returned by GetRecommendationSummaries
UpdateEnrollmentStatusError
Errors returned by UpdateEnrollmentStatus

Traits§

ComputeOptimizer
Trait representing the capabilities of the AWS Compute Optimizer API. AWS Compute Optimizer clients implement this trait.