AWS compute-optimizer documentation change
Summary
Fixed URL formatting by adding an extra slash in documentation links to Amazon ECS and Application Auto Scaling guides
Security assessment
The changes only correct URL paths by adding an extra slash (//) after the domain. There is no mention of security vulnerabilities, mitigations, or security features. The modifications are purely documentation link formatting improvements.
Diff
diff --git a/compute-optimizer/latest/ug/view-ecs-recommendations.md b/compute-optimizer/latest/ug/view-ecs-recommendations.md index f21cb0db7..ff060a2fa 100644 --- a//compute-optimizer/latest/ug/view-ecs-recommendations.md +++ b//compute-optimizer/latest/ug/view-ecs-recommendations.md @@ -93 +93 @@ Memory under-provisioned | The ECS service memory configuration can be sized up -For more information about these metrics, see [Amazon ECS CloudWatch metrics](https://docs.aws.amazon.com/AmazonECS/latest/userguide/cloudwatch-metrics.html) in the _Amazon ECS User Guide for AWS Fargate_. +For more information about these metrics, see [Amazon ECS CloudWatch metrics](https://docs.aws.amazon.com//AmazonECS/latest/userguide/cloudwatch-metrics.html) in the _Amazon ECS User Guide for AWS Fargate_. @@ -146 +146 @@ Performance risk | This defines how likely your current Amazon ECS service and -Auto Scaling configuration | The Auto Scaling configuration of your current Amazon ECS service and Compute Optimizer's recommended task size. If your service has a step scaling policy or a target tracking policy on both CPU and memory, Compute Optimizer can’t generate any Auto Scaling recommendations. If a target tracking policy is on the service’s CPU only, Compute Optimizer only generates memory size recommendations. Or, if a target tracking policy is on the service’s memory only, Compute Optimizer only generates CPU size recommendations. For more information about step scaling and target scaling policies, see [ Step scaling policies for Application Auto Scaling](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) and [ Target tracking scaling policies for Application Auto Scaling](https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html) in the _Application Auto Scaling User Guide_. +Auto Scaling configuration | The Auto Scaling configuration of your current Amazon ECS service and Compute Optimizer's recommended task size. If your service has a step scaling policy or a target tracking policy on both CPU and memory, Compute Optimizer can’t generate any Auto Scaling recommendations. If a target tracking policy is on the service’s CPU only, Compute Optimizer only generates memory size recommendations. Or, if a target tracking policy is on the service’s memory only, Compute Optimizer only generates CPU size recommendations. For more information about step scaling and target scaling policies, see [ Step scaling policies for Application Auto Scaling](https://docs.aws.amazon.com//autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html) and [ Target tracking scaling policies for Application Auto Scaling](https://docs.aws.amazon.com//autoscaling/application/userguide/application-auto-scaling-target-tracking.html) in the _Application Auto Scaling User Guide_.