{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-volume-recommendation-structure.json", "name": "VolumeRecommendation", "description": "Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.", "type": "object", "properties": { "volumeArn": { "allOf": [ { "$ref": "#/components/schemas/VolumeArn" }, { "description": "The Amazon Resource Name (ARN) of the current volume." } ] }, "accountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID of the volume." } ] }, "currentConfiguration": { "allOf": [ { "$ref": "#/components/schemas/VolumeConfiguration" }, { "description": "An array of objects that describe the current configuration of the volume." } ] }, "finding": { "allOf": [ { "$ref": "#/components/schemas/EBSFinding" }, { "description": "
The finding classification of the volume.
Findings for volumes include:
NotOptimized \u2014A volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload.
Optimized \u2014An volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.