AWS drs documentation change
Summary
Updated verb tenses (will->are) and simplified language in IAM role creation instructions
Security assessment
Changes are grammatical improvements and tense consistency updates in service initialization documentation. No security-related content was added or modified - the IAM role references remain unchanged in their security context. The modifications don't address vulnerabilities or enhance security documentation.
Diff
diff --git a/drs/latest/userguide/getting-started-initializing.md b/drs/latest/userguide/getting-started-initializing.md index b187cc75a..d6a558298 100644 --- a//drs/latest/userguide/getting-started-initializing.md +++ b//drs/latest/userguide/getting-started-initializing.md @@ -19 +19 @@ AWS Elastic Disaster Recovery **is not** compatible with CloudEndure Disaster Re -AWS Elastic Disaster Recovery can only be initialized by the Admin user of your AWS Account. During initialization, the following IAM roles will be created: +AWS Elastic Disaster Recovery can only be initialized by the Admin user of your AWS Account. During initialization, the following IAM roles are created: @@ -71 +71 @@ You can initialize AWS Elastic Disaster Recovery through the API. This can help -You will need to [create the replication settings template ](https://docs.aws.amazon.com/drs/latest/APIReference/API_CreateReplicationConfigurationTemplate.html) after initializing the service. +You need to [create the replication settings template ](https://docs.aws.amazon.com/drs/latest/APIReference/API_CreateReplicationConfigurationTemplate.html) after initializing the service. @@ -218 +218 @@ Example 3: creating roles for the **AWSElasticDisasterRecoveryConversionServerRo -Once the policies are attached to the roles, run the `aws drs initialize-service ` command. This will automatically create the service-linked role (**AWSServiceRoleForElasticDisasterRecovery**), create instance profiles, add roles to instance profiles, and will finish service initialization. +Once the policies are attached to the roles, run the `aws drs initialize-service ` command. This automatically creates the service-linked role (**AWSServiceRoleForElasticDisasterRecovery**), creates instance profiles, adds roles to instance profiles, and finishes service initialization. @@ -307 +307 @@ To programmatically initialize the service, create an IAM role with the followin -Once the policies are attached to the roles, run the `aws drs initialize-service ` command. This will automatically create the service-linked role (**AWSServiceRoleForElasticDisasterRecovery**), create instance profiles, add roles to instance profiles, and will finish service initialization. +Once the policies are attached to the roles, run the `aws drs initialize-service ` command. This automatically creates the service-linked role (**AWSServiceRoleForElasticDisasterRecovery**), creates instance profiles, adds roles to instance profiles, and finishes service initialization.