AWS drs documentation change
Summary
Minor grammatical and wording improvements: changed 'Click' to 'select', updated verb tenses for consistency, fixed a typo in 'are be added', and clarified security group behavior
Security assessment
Changes are primarily grammatical/stylistic. The security group clarification ('no group is used' instead of 'no group will be used') improves accuracy but doesn't address a specific vulnerability. No evidence of security vulnerability fixes or new security features being documented.
Diff
diff --git a/drs/latest/userguide/edit-default-ec2-launch-template.md b/drs/latest/userguide/edit-default-ec2-launch-template.md index fba008b89..dae9153e0 100644 --- a//drs/latest/userguide/edit-default-ec2-launch-template.md +++ b//drs/latest/userguide/edit-default-ec2-launch-template.md @@ -9 +9 @@ Amazon EC2 launch template parametersAmazon EC2 template considerations -To edit the default EC2 launch template, take the following steps: +To edit the default EC2 launch template, follow these steps: @@ -13 +13 @@ To edit the default EC2 launch template, take the following steps: - 2. Click **Edit** in the **Default EC2 launch template** section. + 2. select **Edit** in the **Default EC2 launch template** section. @@ -17 +17 @@ To edit the default EC2 launch template, take the following steps: - 4. Click **Save**. + 4. select **Save**. @@ -28 +28 @@ The basic settings include: - * **Subnet –** When you specify a subnet, this field defines where the instance will be launched. When selecting a subnet, only the default network interface will be updated. If you do not include a subnet, the launched instance will use the Region’s default subnet. + * **Subnet –** When you specify a subnet, this field defines where the instance is launched. When selecting a subnet, only the default network interface is updated. If you do not include a subnet, the launched instance uses the Region’s default subnet. @@ -30 +30 @@ The basic settings include: - * **Security groups –** The selected security groups to assign to the instance, applied to the subnet selected for the default network interface. If no security group is selected, there is no default value and no group will be used. Security groups can only be selected if a subnet is included. + * **Security groups –** The selected security groups to assign to the instance, applied to the subnet selected for the default network interface. If no security group is selected, there is no default value and no group is used. Security groups can only be selected if a subnet is included. @@ -32 +32 @@ The basic settings include: - * **Instance type –** The default instance type to use when launching. If instance type right-sizing is active, the system will disregard this setting. If no instance type is included, a default value will be used. You can either select an instance type, or you can specify instance attributes and let Amazon EC2 identify the instance types with those attributes. + * **Instance type –** The default instance type to use when launching. If instance type right-sizing is active, the system disregards this setting. If no instance type is included, a default value is used. You can either select an instance type, or you can specify instance attributes and let Amazon EC2 identify the instance types with those attributes. @@ -34 +34 @@ The basic settings include: - * **EBS volume type –** Applies to all volumes for which this type is relevant. If an unmatching type exists, the default type (GP3) will be used instead. Some volume types require setting additional values such as IOPS or throughput. + * **EBS volume type –** Applies to all volumes for which this type is relevant. If an unmatching type exists, the default type (GP3) is used instead. Some volume types require setting additional values such as IOPS or throughput. @@ -52 +52 @@ The basic settings include: -See more about these attributes here: [How attribute-based instance type selection works](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abs-how-it-works). EC2 will use fleets to launch your instances, and will apply price protection to ensure the fleet does not pick expensive instance types for you. We use the default protection settings, so we will protect against selecting instance types that are 20% more expensive than the lowest cost instance type. To learn more about price protection using fleets, visit: [Price protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abs-price-protection). +See more about these attributes here: [How attribute-based instance type selection works](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abs-how-it-works). EC2 uses fleets to launch your instances, and applies price protection to ensure the fleet does not pick expensive instance types for you. We use the default protection settings, so we protect against selecting instance types that are 20% more expensive than the lowest cost instance type. To learn more about price protection using fleets, visit: [Price protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abs-price-protection). @@ -56 +56 @@ To learn more about using instance type attributes in DRS, visit [Flexible Insta -Advanced settings include additional parameters that add specific features to the EC2 template. If you choose not to include these parameters in the template, the specific capabilities will not be added. +Advanced settings include additional parameters that add specific features to the EC2 template. If you choose not to include these parameters in the template, the specific capabilities are be added. @@ -90 +90 @@ Every time you modify an EC2 launch template on the Amazon EC2 console, a new ve -**EC2 launch template tags –** In addition to the basic and advanced settings, you can also add up to 50 tags. These will be transferred to EC2 launch template created by AWS Elastic Disaster Recovery (AWS DRS) service. +**EC2 launch template tags –** In addition to the basic and advanced settings, you can also add up to 50 tags. These are transferred to EC2 launch template created by AWS Elastic Disaster Recovery (AWS DRS) service.