AWS prescriptive-guidance documentation change
Summary
Minor editorial changes including expanding abbreviations (EC2 -> Amazon EC2), formatting adjustments, and author attribution updates
Security assessment
Changes are primarily stylistic/naming convention updates (e.g., 'EC2' to 'Amazon EC2', 'EBS' to 'Amazon EBS') and formatting improvements. No security-related content was added or modified. Existing security references (SSH key pairs, security groups, IAM policies) remain unchanged in substance.
Diff
diff --git a/prescriptive-guidance/latest/patterns/set-up-an-auto-scaling-virtual-desktop-infrastructure-vdi-by-using-nice-enginframe-and-nice-dcv-session-manager.md b/prescriptive-guidance/latest/patterns/set-up-an-auto-scaling-virtual-desktop-infrastructure-vdi-by-using-nice-enginframe-and-nice-dcv-session-manager.md index c2893213b..86e6f0c97 100644 --- a//prescriptive-guidance/latest/patterns/set-up-an-auto-scaling-virtual-desktop-infrastructure-vdi-by-using-nice-enginframe-and-nice-dcv-session-manager.md +++ b//prescriptive-guidance/latest/patterns/set-up-an-auto-scaling-virtual-desktop-infrastructure-vdi-by-using-nice-enginframe-and-nice-dcv-session-manager.md @@ -7 +7 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsTroubleshootingRelated -# Set up an auto scaling virtual desktop infrastructure (VDI) by using NICE EnginFrame and NICE DCV Session Manager +# Set up an auto scaling virtual desktop infrastructure by using NICE EnginFrame and NICE DCV Session Manager @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsTroubleshootingRelated - _Created by Dario La Porta and Salvatore Maccarone (AWS)_ + _Created by Dario La Porta (AWS) and Salvatore Maccarone (AWS)_ @@ -13 +13 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsTroubleshootingRelated - _NICE DCV_ is a high-performance remote display protocol that helps you stream remote desktops and applications from any cloud or data center to any device, over varying network conditions. With NICE DCV and Amazon Elastic Compute Cloud (Amazon EC2), you can run graphics-intensive applications remotely on EC2 instances and stream their user interfaces to simpler, remote client machines. This eliminates the need for expensive dedicated workstations and the need to transfer large amounts of data between the cloud and client machines. + _NICE DCV_ is a high-performance remote display protocol that helps you stream remote desktops and applications from any cloud or data center to any device, over varying network conditions. With NICE DCV and Amazon Elastic Compute Cloud (Amazon EC2), you can run graphics-intensive applications remotely on Amazon EC2 instances and stream their user interfaces to simpler, remote client machines. This eliminates the need for expensive dedicated workstations and the need to transfer large amounts of data between the cloud and client machines. @@ -35 +35 @@ This pattern sets up a fully functional, auto scaling Linux and Windows virtual - * For the Linux EC2 instances, set up a Secure Shell (SSH) key pair. For more information, see [Key pairs and Linux instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). + * For the Linux Amazon EC2 instances, set up a Secure Shell (SSH) key pair. For more information, see [Key pairs and Linux instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html). @@ -59 +59 @@ The following figure shows the different components of this VDI solution. The us -The code included with this pattern creates a custom VPC, public and private subnets, an internet gateway, NAT gateway, Application Load Balancer, security groups, and IAM policies. AWS CloudFormation is also used to create the fleet of Linux And Windows NICE DCV servers. +The code included with this pattern creates a custom VPC, public and private subnets, an internet gateway, NAT gateway, Application Load Balancer, security groups, and AWS Identity and Access Management (IAM) policies. AWS CloudFormation is also used to create the fleet of Linux And Windows NICE DCV servers. @@ -86 +86 @@ Task| Description| Skills required -Clone the repository.| Clone the repository containing the code. +Clone the repository.| Clone the repository containing the code: @@ -92 +92 @@ Clone the repository.| Clone the repository containing the code. -Install the required AWS CDK libraries.| Install the AWS CDK libraries. +Install the required AWS CDK libraries.| Install the AWS CDK libraries: @@ -107 +107 @@ Update the parameters.| - * `key_name` – The key pair used to access the Linux EC2 instances. + * `key_name` – The key pair used to access the Linux Amazon EC2 instances. @@ -112 +112 @@ Update the parameters.| - * `ebs_broker_size` – The size of the EBS volume for the Session Manager Broker instance + * `ebs_broker_size` – The size of the Amazon EBS volume for the Session Manager Broker instance @@ -122 +122 @@ Update the parameters.| -Deploy the solution.| Run the following commands in sequence. +Deploy the solution.| Run the following commands in sequence: @@ -144 +144 @@ Deploy the fleet of Linux servers.| - * **RootVolumeSize** – The root volume size of the Linux EC2 instance. + * **RootVolumeSize** – The root volume size of the Linux Amazon EC2 instance. @@ -161 +161 @@ Deploy the fleet of Windows servers.| - * **RootVolumeSize** – The root volume size of the Windows EC2 instance. + * **RootVolumeSize** – The root volume size of the Windows Amazon EC2 instance. @@ -210,2 +210,2 @@ Task| Description| Skills required -Delete the stacks.| In the AWS CloudFormation console, delete the stacks for the Windows and Linux server fleets. For more information, see [Deleting a stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html).| Cloud architect -Delete the infrastructure.| Delete the deployed infrastructure by using the following AWS CDK command. +Delete the stacks.| In the CloudFormation console, delete the stacks for the Windows and Linux server fleets. For more information, see [Deleting a stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-console-delete-stack.html).| Cloud architect +Delete the infrastructure.| Delete the deployed infrastructure by using the following AWS CDK command: