AWS cli documentation change
Summary
Updated AWS CLI version reference and modified error descriptions for AWS-managed resource attachments
Security assessment
Generalized error message from 'ECS tasks' to 'AWS-managed resources' improves accuracy but doesn't address specific security vulnerabilities. No new security controls documented.
Diff
diff --git a/cli/latest/reference/ec2/detach-volume.md b/cli/latest/reference/ec2/detach-volume.md index a82131b1c..66a238cee 100644 --- a//cli/latest/reference/ec2/detach-volume.md +++ b//cli/latest/reference/ec2/detach-volume.md @@ -15 +15 @@ - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) » @@ -64 +64 @@ When a volume with an Amazon Web Services Marketplace product code is detached f -You can’t detach or force detach volumes that are attached to Amazon ECS or Fargate tasks. Attempting to do this results in the `UnsupportedOperationException` exception with the `Unable to detach volume attached to ECS tasks` error message. +You can’t detach or force detach volumes that are attached to Amazon Web Services-managed resources. Attempting to do this results in the `UnsupportedOperationException` exception. @@ -258 +258 @@ AssociatedResource -> (string) -> The ARN of the Amazon ECS or Fargate task to which the volume is attached. +> The ARN of the Amazon Web Services-managed resource to which the volume is attached. @@ -262 +262 @@ InstanceOwningService -> (string) -> The service principal of Amazon Web Services service that owns the underlying instance to which the volume is attached. +> The service principal of the Amazon Web Services service that owns the underlying resource to which the volume is attached. @@ -264 +264 @@ InstanceOwningService -> (string) -> This parameter is returned only for volumes that are attached to Fargate tasks. +> This parameter is returned only for volumes that are attached to Amazon Web Services-managed resources. @@ -274 +274 @@ InstanceId -> (string) -> If the volume is attached to a Fargate task, this parameter returns `null` . +> If the volume is attached to an Amazon Web Services-managed resource, this parameter returns `null` . @@ -280 +280 @@ Device -> (string) -> If the volume is attached to a Fargate task, this parameter returns `null` . +> If the volume is attached to an Amazon Web Services-managed resource, this parameter returns `null` . @@ -300 +300 @@ AttachTime -> (timestamp) - * [AWS CLI 2.27.49 Command Reference](../../index.html) » + * [AWS CLI 2.27.50 Command Reference](../../index.html) »