Skip to content

Commit 91a7d32

Browse files
author
AWS
committed
AWS Compute Optimizer Update: This release enables AWS Compute Optimizer to analyze EC2 instance-level EBS read and write operations, and throughput when generating recommendations for your EC2 instances and Auto Scaling groups.
1 parent 9046598 commit 91a7d32

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Compute Optimizer",
4+
"description": "This release enables AWS Compute Optimizer to analyze EC2 instance-level EBS read and write operations, and throughput when generating recommendations for your EC2 instances and Auto Scaling groups."
5+
}

services/computeoptimizer/src/main/resources/codegen-resources/service-2.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{"shape":"MissingAuthenticationToken"},
9292
{"shape":"ThrottlingException"}
9393
],
94-
"documentation":"<p>Returns Auto Scaling group recommendations.</p> <p>AWS Compute Optimizer currently generates recommendations for Auto Scaling groups that are configured to run instances of the M, C, R, T, and X instance families. The service does not generate recommendations for Auto Scaling groups that have a scaling policy attached to them, or that do not have the same values for desired, minimum, and maximum capacity. In order for Compute Optimizer to analyze your Auto Scaling groups, they must be of a fixed size. For more information, see the <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/what-is.html\">AWS Compute Optimizer User Guide</a>.</p>"
94+
"documentation":"<p>Returns Auto Scaling group recommendations.</p> <p>AWS Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that meet a specific set of requirements. For more information, see the <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html\">Supported resources and requirements</a> in the <i>AWS Compute Optimizer User Guide</i>.</p>"
9595
},
9696
"GetEC2InstanceRecommendations":{
9797
"name":"GetEC2InstanceRecommendations",
@@ -111,7 +111,7 @@
111111
{"shape":"MissingAuthenticationToken"},
112112
{"shape":"ThrottlingException"}
113113
],
114-
"documentation":"<p>Returns Amazon EC2 instance recommendations.</p> <p>AWS Compute Optimizer currently generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) and Amazon EC2 Auto Scaling. It generates recommendations for M, C, R, T, and X instance families. For more information, see the <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/what-is.html\">AWS Compute Optimizer User Guide</a>.</p>"
114+
"documentation":"<p>Returns Amazon EC2 instance recommendations.</p> <p>AWS Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more information, see the <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html\">Supported resources and requirements</a> in the <i>AWS Compute Optimizer User Guide</i>.</p>"
115115
},
116116
"GetEC2RecommendationProjectedMetrics":{
117117
"name":"GetEC2RecommendationProjectedMetrics",
@@ -131,7 +131,7 @@
131131
{"shape":"MissingAuthenticationToken"},
132132
{"shape":"ThrottlingException"}
133133
],
134-
"documentation":"<p>Returns the projected utilization metrics of Amazon EC2 instance recommendations.</p>"
134+
"documentation":"<p>Returns the projected utilization metrics of Amazon EC2 instance recommendations.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned when you run this action. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
135135
},
136136
"GetEnrollmentStatus":{
137137
"name":"GetEnrollmentStatus",
@@ -283,7 +283,7 @@
283283
},
284284
"projectedUtilizationMetrics":{
285285
"shape":"ProjectedUtilizationMetrics",
286-
"documentation":"<p>An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.</p>"
286+
"documentation":"<p>An array of objects that describe the projected utilization metrics of the Auto Scaling group recommendation option.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
287287
},
288288
"performanceRisk":{
289289
"shape":"PerformanceRisk",
@@ -360,7 +360,7 @@
360360
},
361361
"fieldsToExport":{
362362
"shape":"ExportableAutoScalingGroupFields",
363-
"documentation":"<p>The recommendations data to include in the export file.</p>"
363+
"documentation":"<p>The recommendations data to include in the export file. For more information about the fields that can be exported, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files\">Exported files</a> in the <i>Compute Optimizer User Guide</i>.</p>"
364364
},
365365
"s3DestinationConfig":{
366366
"shape":"S3DestinationConfig",
@@ -413,7 +413,7 @@
413413
},
414414
"fieldsToExport":{
415415
"shape":"ExportableInstanceFields",
416-
"documentation":"<p>The recommendations data to include in the export file.</p>"
416+
"documentation":"<p>The recommendations data to include in the export file. For more information about the fields that can be exported, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files\">Exported files</a> in the <i>Compute Optimizer User Guide</i>.</p>"
417417
},
418418
"s3DestinationConfig":{
419419
"shape":"S3DestinationConfig",
@@ -451,6 +451,10 @@
451451
"Finding",
452452
"UtilizationMetricsCpuMaximum",
453453
"UtilizationMetricsMemoryMaximum",
454+
"UtilizationMetricsEbsReadOpsPerSecondMaximum",
455+
"UtilizationMetricsEbsWriteOpsPerSecondMaximum",
456+
"UtilizationMetricsEbsReadBytesPerSecondMaximum",
457+
"UtilizationMetricsEbsWriteBytesPerSecondMaximum",
454458
"LookbackPeriodInDays",
455459
"CurrentConfigurationInstanceType",
456460
"CurrentConfigurationDesiredCapacity",
@@ -495,6 +499,10 @@
495499
"CurrentInstanceType",
496500
"UtilizationMetricsCpuMaximum",
497501
"UtilizationMetricsMemoryMaximum",
502+
"UtilizationMetricsEbsReadOpsPerSecondMaximum",
503+
"UtilizationMetricsEbsWriteOpsPerSecondMaximum",
504+
"UtilizationMetricsEbsReadBytesPerSecondMaximum",
505+
"UtilizationMetricsEbsWriteBytesPerSecondMaximum",
498506
"CurrentOnDemandPrice",
499507
"CurrentStandardOneYearNoUpfrontReservedPrice",
500508
"CurrentStandardThreeYearNoUpfrontReservedPrice",
@@ -828,7 +836,7 @@
828836
},
829837
"projectedUtilizationMetrics":{
830838
"shape":"ProjectedUtilizationMetrics",
831-
"documentation":"<p>An array of objects that describe the projected utilization metrics of the instance recommendation option.</p>"
839+
"documentation":"<p>An array of objects that describe the projected utilization metrics of the instance recommendation option.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
832840
},
833841
"performanceRisk":{
834842
"shape":"PerformanceRisk",
@@ -927,7 +935,11 @@
927935
"type":"string",
928936
"enum":[
929937
"Cpu",
930-
"Memory"
938+
"Memory",
939+
"EBS_READ_OPS_PER_SECOND",
940+
"EBS_WRITE_OPS_PER_SECOND",
941+
"EBS_READ_BYTES_PER_SECOND",
942+
"EBS_WRITE_BYTES_PER_SECOND"
931943
]
932944
},
933945
"MetricStatistic":{
@@ -973,7 +985,7 @@
973985
"members":{
974986
"name":{
975987
"shape":"MetricName",
976-
"documentation":"<p>The name of the projected utilization metric.</p> <note> <p>Memory metrics are only returned for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
988+
"documentation":"<p>The name of the projected utilization metric.</p>"
977989
},
978990
"timestamps":{
979991
"shape":"Timestamps",
@@ -984,7 +996,7 @@
984996
"documentation":"<p>The values of the projected utilization metrics.</p>"
985997
}
986998
},
987-
"documentation":"<p>Describes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance.</p>"
999+
"documentation":"<p>Describes a projected utilization metric of a recommendation option, such as an Amazon EC2 instance.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned when you run the <code>GetEC2RecommendationProjectedMetrics</code> action. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
9881000
},
9891001
"ProjectedMetrics":{
9901002
"type":"list",
@@ -1102,7 +1114,7 @@
11021114
"documentation":"<p>An array of objects that describe a projected utilization metric.</p>"
11031115
}
11041116
},
1105-
"documentation":"<p>Describes a projected utilization metric of a recommendation option.</p>"
1117+
"documentation":"<p>Describes a projected utilization metric of a recommendation option.</p> <note> <p>The <code>Cpu</code> and <code>Memory</code> metrics are the only projected utilization metrics returned when you run the <code>GetEC2RecommendationProjectedMetrics</code> action. Additionally, the <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
11061118
},
11071119
"RecommendedOptionProjectedMetrics":{
11081120
"type":"list",
@@ -1241,7 +1253,7 @@
12411253
"members":{
12421254
"name":{
12431255
"shape":"MetricName",
1244-
"documentation":"<p>The name of the utilization metric.</p> <note> <p>Memory metrics are only returned for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
1256+
"documentation":"<p>The name of the utilization metric.</p> <note> <p>The <code>Memory</code> metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see <a href=\"https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html#cw-agent\">Enabling Memory Utilization with the CloudWatch Agent</a>.</p> </note>"
12451257
},
12461258
"statistic":{
12471259
"shape":"MetricStatistic",

0 commit comments

Comments
 (0)