AWS appstream2 documentation change
Summary
Updated product name references from 'AppStream 2.0' to 'WorkSpaces Applications' throughout the document. Changed related links and section titles to reflect new branding.
Security assessment
The changes are purely branding updates (AppStream 2.0 → WorkSpaces Applications) with no modifications to security-related content. The IAM role usage patterns and credential management instructions remain unchanged. No security vulnerabilities or new security features are introduced.
Diff
diff --git a/appstream2/latest/developerguide/how-to-use-iam-role-with-streaming-instances.md b/appstream2/latest/developerguide/how-to-use-iam-role-with-streaming-instances.md index 47d7a138d..f68d43134 100644 --- a//appstream2/latest/developerguide/how-to-use-iam-role-with-streaming-instances.md +++ b//appstream2/latest/developerguide/how-to-use-iam-role-with-streaming-instances.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon AppStream 2.0](/appstream2/index.html)[Administration Guide](what-is-appstream.html) +[Documentation](/index.html)[Amazon WorkSpaces Applications](/appstream2/index.html)[Administration Guide](what-is-appstream.html) @@ -5 +5 @@ -# How to Use the IAM Role With AppStream 2.0 Streaming Instances +# How to Use the IAM Role With WorkSpaces Applications Streaming Instances @@ -7 +7 @@ -After you create an IAM role, you can apply it to an image builder or fleet streaming instance when you launch the image builder or create a fleet. You can also apply an IAM role to existing fleets. For information about how to apply IAM role when you launch an image builder, see [Launch an Image Builder to Install and Configure Streaming Applications](./tutorial-image-builder-create.html). For information about how to apply IAM role when you create a fleet, see [Create a Fleet in Amazon AppStream 2.0](./set-up-stacks-fleets-create.html). +After you create an IAM role, you can apply it to an image builder or fleet streaming instance when you launch the image builder or create a fleet. You can also apply an IAM role to existing fleets. For information about how to apply IAM role when you launch an image builder, see [Launch an Image Builder to Install and Configure Streaming Applications](./tutorial-image-builder-create.html). For information about how to apply IAM role when you create a fleet, see [Create a Fleet in Amazon WorkSpaces Applications](./set-up-stacks-fleets-create.html). @@ -9 +9 @@ After you create an IAM role, you can apply it to an image builder or fleet stre -When you apply an IAM role to your image builder or fleet streaming instance, AppStream 2.0 retrieves temporary credentials and creates the **appstream_machine_role** credential profile on the instance. The temporary credentials are valid for 1 hour, and new credentials retrieved every hour. The previous credentials do not expire, so you can use them for as long as they are valid. You can use the credential profile to call AWS services programmatically by using the AWS Command Line Interface (AWS CLI), AWS Tools for PowerShell, or the AWS SDK with the language of your choice. +When you apply an IAM role to your image builder or fleet streaming instance, WorkSpaces Applications retrieves temporary credentials and creates the **appstream_machine_role** credential profile on the instance. The temporary credentials are valid for 1 hour, and new credentials retrieved every hour. The previous credentials do not expire, so you can use them for as long as they are valid. You can use the credential profile to call AWS services programmatically by using the AWS Command Line Interface (AWS CLI), AWS Tools for PowerShell, or the AWS SDK with the language of your choice. @@ -13 +13 @@ When you make the API calls, specify **appstream_machine_role** as the credentia -AppStream 2.0 assumes the specified role while the streaming instance is provisioned. Because AppStream 2.0 uses the elastic network interface that is attached to your VPC for AWS API calls, your application or script must wait for the elastic network interface to become available before making AWS API calls. If API calls are made before the elastic network interface is available, the calls fail. +WorkSpaces Applications assumes the specified role while the streaming instance is provisioned. Because WorkSpaces Applications uses the elastic network interface that is attached to your VPC for AWS API calls, your application or script must wait for the elastic network interface to become available before making AWS API calls. If API calls are made before the elastic network interface is available, the calls fail. @@ -40 +40 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -How to Create an IAM Role to Use With AppStream 2.0 Streaming Instances +How to Create an IAM Role to Use With WorkSpaces Applications Streaming Instances