AWS drs documentation change
Summary
Minor grammatical and typographical corrections throughout the AWS Elastic Disaster Recovery FAQ document, including fixing singular/plural agreement, adding missing prepositions, and correcting a typo ('such the' to 'such as').
Security assessment
The changes are purely editorial and grammatical. They correct wording for clarity but do not introduce, modify, or remove any security-related information, policies, configurations, or warnings. The mention of IAM policies and VPC endpoints in one corrected sentence is part of existing descriptive text and the change does not alter the security meaning.
Diff
diff --git a/drs/latest/userguide/Target-Related-FAQ.md b/drs/latest/userguide/Target-Related-FAQ.md index f03287efc..f5be8f296 100644 --- a//drs/latest/userguide/Target-Related-FAQ.md +++ b//drs/latest/userguide/Target-Related-FAQ.md @@ -37 +37 @@ Replication servers run on Linux and conversion servers (for Windows machines) r -The conversion is done by AWS Elastic Disaster Recovery automatically bringing up a vanilla Windows conversion server machines in the same subnet with the replication servers as part of the launch job. +The conversion is done by AWS Elastic Disaster Recovery automatically bringing up a vanilla Windows conversion server machine in the same subnet with the replication servers as part of the launch job. @@ -45 +45 @@ The conversion servers must be able to access the AWS Elastic Disaster Recovery -The conversion servers machines, just like the Replication servers are managed automatically by Elastic Disaster Recovery. Any attempt to disrupt their automated functionality will result in failed conversions. +The conversion server machines, just like the Replication servers are managed automatically by Elastic Disaster Recovery. Any attempt to disrupt their automated functionality will result in failed conversions. @@ -65 +65 @@ While the actual conversion process itself is quick, the time to boot the drill - * Operating system - The amount of time required to boot the operating system is dependent on the OS itself. While Linux servers typically boot quickly, Windows servers may take additional time, due to the nature of the Windows OS. If opportunity permits, drill the boot time of the source server. If Linux OS takes a long time to boot ensure to check that dhclient (Dynamic Host Configuration Protocol Client) is installed and the system so it can pull an IP. + * Operating system - The amount of time required to boot the operating system is dependent on the OS itself. While Linux servers typically boot quickly, Windows servers may take additional time, due to the nature of the Windows OS. If opportunity permits, drill the boot time of the source server. If Linux OS takes a long time to boot, ensure to check that dhclient (Dynamic Host Configuration Protocol Client) is installed on the system so it can pull an IP. @@ -86 +86 @@ If you use Amazon Virtual Private Cloud (Amazon VPC) to host your AWS resources, -Amazon VPC is an AWS service that you can use to launch AWS resources in a virtual network that you define. With a VPC, you have control over your network settings, such the IP address range, subnets, route tables, and network gateways. With VPC endpoints, the routing between the Amazon VPC and AWS services is handled by the AWS network, and you can use IAM policies to control access to service resources. +Amazon VPC is an AWS service that you can use to launch AWS resources in a virtual network that you define. With a VPC, you have control over your network settings, such as the IP address range, subnets, route tables, and network gateways. With VPC endpoints, the routing between the Amazon VPC and AWS services is handled by the AWS network, and you can use IAM policies to control access to service resources. @@ -106 +106 @@ If the AWS replication agents are installed with a principal using [ AWSElasticD -AWS Elastic Disaster Recovery relies on Amazon EC2 On-Demand pools by default. If a specific Amazon EC2 instance type is unavailable to support your recovery, DRS will automatically attempt scale up the instance repeatedly until an available instance type is found, but in extreme circumstances, instances may not always be available. To ensure the availability of the required instance types you need for your most critical applications, you may purchase [EC2 Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html). You can specifically designate which applications you want to use the EC2 Capacity Reservations for by using launch templates. +AWS Elastic Disaster Recovery relies on Amazon EC2 On-Demand pools by default. If a specific Amazon EC2 instance type is unavailable to support your recovery, DRS will automatically attempt to scale up the instance repeatedly until an available instance type is found, but in extreme circumstances, instances may not always be available. To ensure the availability of the required instance types you need for your most critical applications, you may purchase [EC2 Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html). You can specifically designate which applications you want to use the EC2 Capacity Reservations for by using launch templates.