AWS prescriptive-guidance documentation change
Summary
Renamed all references from 'AppStream 2.0' to 'Amazon WorkSpaces Applications' and simplified 'AWS CloudFormation' to 'CloudFormation'. Updated image reference and video links to match new naming.
Security assessment
The changes are purely branding/naming updates without any security implications. No vulnerabilities, security configurations, or security features were added/modified. The IAM role mention remains unchanged except for service name replacement.
Diff
diff --git a/prescriptive-guidance/latest/patterns/automate-the-creation-of-appstream-2-0-resources-using-aws-cloudformation.md b/prescriptive-guidance/latest/patterns/automate-the-creation-of-appstream-2-0-resources-using-aws-cloudformation.md index 8eeff1074..e6cdf39b3 100644 --- a//prescriptive-guidance/latest/patterns/automate-the-creation-of-appstream-2-0-resources-using-aws-cloudformation.md +++ b//prescriptive-guidance/latest/patterns/automate-the-creation-of-appstream-2-0-resources-using-aws-cloudformation.md @@ -7 +7 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit -# Automate the creation of AppStream 2.0 resources using AWS CloudFormation +# Automate the creation of Amazon WorkSpaces Applications resources using AWS CloudFormation @@ -13 +13 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit -This pattern provides code samples and steps to automate the creation of Amazon AppStream 2.0 resources in the Amazon Web Services (AWS) Cloud by using an AWS CloudFormation template. The pattern shows you how to use an AWS CloudFormation stack to automate the creation of your AppStream 2.0 application resources, including an image builder, image, fleet instance, and stack. You can stream your AppStream 2.0 application to end users on an HTML5-compliant browser by using either the desktop or application delivery mode. +This pattern provides code samples and steps to automate the creation of Amazon WorkSpaces Applications resources in the Amazon Web Services (AWS) Cloud by using an AWS CloudFormation template. The pattern shows you how to use a CloudFormation stack to automate the creation of your WorkSpaces Applications application resources, including an image builder, image, fleet instance, and stack. You can stream your WorkSpaces Applications application to end users on an HTML5-compliant browser by using either the desktop or application delivery mode. @@ -21 +21 @@ This pattern provides code samples and steps to automate the creation of Amazon - * An acceptance of AppStream 2.0 terms and conditions + * An acceptance of WorkSpaces Applications terms and conditions @@ -23 +23 @@ This pattern provides code samples and steps to automate the creation of Amazon - * Basic knowledge of AppStream resources, such as [stacks](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html), [fleets](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html), and [image builders](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-image-builders.html) + * Basic knowledge of WorkSpaces Applications resources, such as [stacks](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html), [fleets](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html), and [image builders](https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-image-builders.html) @@ -30 +30 @@ This pattern provides code samples and steps to automate the creation of Amazon - * You can’t modify the AWS Identity and Access Management (IAM) role associated with an AppStream 2.0 instance after that instance is created. + * You can’t modify the AWS Identity and Access Management (IAM) role associated with an WorkSpaces Applications instance after that instance is created. @@ -32 +32 @@ This pattern provides code samples and steps to automate the creation of Amazon - * You can’t modify properties (such as the subnet or security group) on the AppStream 2.0 image builder instance after that image builder is created. + * You can’t modify properties (such as the subnet or security group) on the WorkSpaces Applications image builder instance after that image builder is created. @@ -39 +39 @@ This pattern provides code samples and steps to automate the creation of Amazon -The following diagram shows you how to automate the creation of AppStream 2.0 resources by using an AWS CloudFormation template. +The following diagram shows you how to automate the creation of WorkSpaces Applications resources by using an CloudFormation template. @@ -41 +41 @@ The following diagram shows you how to automate the creation of AppStream 2.0 re - + @@ -45 +45 @@ The diagram shows the following workflow: - 1. You create an AWS CloudFormation template based on the YAML code in the _Additional information_ section of this pattern. + 1. You create a CloudFormation template based on the YAML code in the Additional information section of this pattern. @@ -47 +47 @@ The diagram shows the following workflow: - 2. The AWS CloudFormation template creates an AWS CloudFormation test stack. + 2. The CloudFormation template creates a CloudFormation test stack. @@ -49 +49 @@ The diagram shows the following workflow: - 1. (Optional) You create an image builder instance by using AppStream 2.0. + 1. (Optional) You create an image builder instance by using WorkSpaces Applications. @@ -53 +53 @@ The diagram shows the following workflow: - 3. The AWS CloudFormation stack creates an AppStream 2.0 fleet instance and stack. + 3. The CloudFormation stack creates an WorkSpaces Applications fleet instance and stack. @@ -55,10 +55 @@ The diagram shows the following workflow: - 4. You deploy your AppStream 2.0 resources to end users on an HTML5-compliant browser. - - - - -**Technology stack** - - * Amazon AppStream 2.0 - - * AWS CloudFormation + 4. You deploy your WorkSpaces Applications resources to end users on an HTML5-compliant browser. @@ -71 +62 @@ The diagram shows the following workflow: - * [Amazon AppStream 2.0](https://docs.aws.amazon.com/appstream2/latest/developerguide/what-is-appstream.html) is a fully managed application streaming service that provides you with instant access to your desktop applications from anywhere. AppStream 2.0 manages the AWS resources required to host and run your applications, scales automatically, and provides access to your users on demand. + * [Amazon WorkSpaces Applications](https://docs.aws.amazon.com/appstream2/latest/developerguide/what-is-appstream.html) is a fully managed application streaming service that provides you with instant access to your desktop applications from anywhere. WorkSpaces Applications manages the AWS resources required to host and run your applications, scales automatically, and provides access to your users on demand. @@ -73 +64 @@ The diagram shows the following workflow: - * [AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html) helps you model and set up your AWS resources, provision them quickly and consistently, and manage them throughout their lifecycle. You can use a template to describe your resources and their dependencies, and launch and configure them together as a stack, instead of managing resources individually. You can manage and provision stacks across multiple AWS accounts and AWS Regions. + * [AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html) helps you model and set up your AWS resources, provision them quickly and consistently, and manage them throughout their lifecycle. You can use a template to describe your resources and their dependencies, and launch and configure them together as a stack, instead of managing resources individually. You can manage and provision stacks across multiple AWS accounts and AWS Regions @@ -84 +75 @@ Install custom software and create an image.| - 1. Install the AppStream 2.0 application that you plan to deploy to your users. + 1. Install the WorkSpaces Applications application that you plan to deploy to your users. @@ -95 +86 @@ Task| Description| Skills required -Update the AWS CloudFormation template.| +Update the CloudFormation template.| @@ -97 +88 @@ Update the AWS CloudFormation template.| - 1. Save the code in the _Additional information_ section of this pattern as a YAML file. + 1. Save the code in the Additional information section of this pattern as a YAML file. @@ -101 +92 @@ Update the AWS CloudFormation template.| -Create an AWS CloudFormation stack using the template.| +Create a CloudFormation stack by using the template.| @@ -103 +94 @@ Create an AWS CloudFormation stack using the template.| - 1. Sign in to the AWS Management Console and open the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/). + 1. Sign in to the AWS Management Console and open the [CloudFormation console](https://console.aws.amazon.com/cloudformation/). @@ -108 +99 @@ Create an AWS CloudFormation stack using the template.| - 6. Choose **Choose file** and then choose your updated AWS CloudFormation template. + 6. Choose **Choose file** and then choose your updated CloudFormation template. @@ -117 +108 @@ Create an AWS CloudFormation stack using the template.| - * [Get Started with Amazon AppStream 2.0: Set Up With Sample Applications](https://docs.aws.amazon.com/appstream2/latest/developerguide/getting-started.html) + * [Get started with Amazon WorkSpaces Applications: Set up with sample applications](https://docs.aws.amazon.com/appstream2/latest/developerguide/getting-started.html) @@ -119 +110 @@ Create an AWS CloudFormation stack using the template.| - * [Create an AppStream 2.0 Fleet and Stack](https://docs.aws.amazon.com/appstream2/latest/developerguide/set-up-stacks-fleets.html) + * [Create an Amazon WorkSpaces Applications fleet and stack](https://docs.aws.amazon.com/appstream2/latest/developerguide/set-up-stacks-fleets.html) @@ -126 +117 @@ Create an AWS CloudFormation stack using the template.| - * [ Amazon AppStream 2.0 User Workflow](https://www.youtube.com/watch?v=hVGQ87-Uhrc) + * [ Amazon WorkSpaces Applications User Workflow](https://www.youtube.com/watch?v=hVGQ87-Uhrc) @@ -128 +119 @@ Create an AWS CloudFormation stack using the template.| - * [How to Migrate a Legacy Windows Forms App to Amazon AppStream 2.0](https://www.youtube.com/watch?v=CIImtS2iVbg) + * [How to Migrate a Legacy Windows Forms App to Amazon WorkSpaces Applications](https://www.youtube.com/watch?v=CIImtS2iVbg) @@ -130 +121 @@ Create an AWS CloudFormation stack using the template.| - * [AWS re:Invent 2018: Securely Deliver Desktop Applications with Amazon AppStream 2.0 (BAP201)](https://www.youtube.com/watch?v=xNIyc_inOhM) + * [AWS re:Invent 2018: Securely Deliver Desktop Applications with Amazon WorkSpaces Applications (BAP201)](https://www.youtube.com/watch?v=xNIyc_inOhM) @@ -137 +128 @@ Create an AWS CloudFormation stack using the template.| -The following code is an example of an AWS CloudFormation template that allows you to automatically create AppStream 2.0 resources. +The following code is an example of a CloudFormation template that allows you to automatically create WorkSpaces Applications resources.