AWS cli documentation change
Summary
Updated CLI version reference from 2.31.37 to 2.31.39, removed several graphics instance types, changed references from AppStream 2.0 to WorkSpaces Applications, added PENDING_IMAGE_IMPORT state, updated IPv6 description, added VALIDATION_ERROR type, added RootVolumeConfig section with storage size details
Security assessment
Changes primarily involve product rebranding (AppStream 2.0 to WorkSpaces Applications), instance type updates, and configuration details. The IAM role/STS references remain functionally similar with updated product names. The RootVolumeConfig addition describes storage capacity but doesn't introduce new security controls. No evidence of vulnerability fixes or security advisories in the changes.
Diff
diff --git a/cli/latest/reference/appstream/stop-image-builder.md b/cli/latest/reference/appstream/stop-image-builder.md index 61fe87217..3cec02819 100644 --- a//cli/latest/reference/appstream/stop-image-builder.md +++ b//cli/latest/reference/appstream/stop-image-builder.md @@ -15 +15 @@ - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) » @@ -316 +315,0 @@ ImageBuilder -> (structure) ->> * stream.graphics-desktop.2xlarge @@ -323,3 +321,0 @@ ImageBuilder -> (structure) ->> * stream.graphics-pro.4xlarge ->> * stream.graphics-pro.8xlarge ->> * stream.graphics-pro.16xlarge @@ -374 +370 @@ ImageBuilder -> (structure) ->> The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) `AssumeRole` API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the **appstream_machine_role** credential profile on the instance. +>> The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) `AssumeRole` API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. WorkSpaces Applications retrieves the temporary credentials and creates the **appstream_machine_role** credential profile on the instance. @@ -376 +372 @@ ImageBuilder -> (structure) ->> For more information, see [Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances](https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html) in the _Amazon AppStream 2.0 Administration Guide_ . +>> For more information, see [Using an IAM Role to Grant Permissions to Applications and Scripts Running on WorkSpaces Applications Streaming Instances](https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html) in the _Amazon WorkSpaces Applications Administration Guide_ . @@ -402,0 +399 @@ ImageBuilder -> (structure) +>> * `PENDING_IMAGE_IMPORT` @@ -473 +470 @@ ImageBuilder -> (structure) ->>> The IPv6 addresses of the elastic network interface that is attached to instances in your VPC. +>>> The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances. @@ -536,0 +534 @@ ImageBuilder -> (structure) +>>>> * `VALIDATION_ERROR` @@ -556 +554 @@ ImageBuilder -> (structure) ->> The version of the AppStream 2.0 agent that is currently being used by the image builder. +>> The version of the WorkSpaces Applications agent that is currently being used by the image builder. @@ -578 +576 @@ ImageBuilder -> (structure) ->>> Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint. +>>> Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and WorkSpaces Applications. When you specify an interface endpoint for a stack, users of the stack can connect to WorkSpaces Applications only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint. @@ -598,0 +597,8 @@ ImageBuilder -> (structure) +> +> RootVolumeConfig -> (structure) +> +>> The current configuration of the root volume for the image builder, including the storage size in GB. +>> +>> VolumeSizeInGb -> (integer) +>> +>>> The size of the root volume in GB. Valid range is 200-500 GB. The default is 200 GB, which is included in the hourly instance rate. Additional storage beyond 200 GB incurs extra charges and applies to instances regardless of their running state. @@ -602 +608 @@ ImageBuilder -> (structure) ->> Indicates whether the image builder is using the latest AppStream 2.0 agent version or not. +>> Indicates whether the image builder is using the latest WorkSpaces Applications agent version or not. @@ -621 +627 @@ ImageBuilder -> (structure) - * [AWS CLI 2.31.37 Command Reference](../../index.html) » + * [AWS CLI 2.31.39 Command Reference](../../index.html) »