AWS drs documentation change
Summary
Updated title from 'Installing the AWS Replication Agent in AWS' to 'Using an instance profile for agent installation in AWS' and clarified that the page focuses on instance profile usage while referring to separate installation guides for actual steps.
Security assessment
This is a documentation reorganization and clarification change. It improves user guidance by separating credential management (instance profiles) from installation procedures. No security vulnerabilities or specific security features are mentioned in the change.
Diff
diff --git a/drs/latest/userguide/agent-installations-in-aws.md b/drs/latest/userguide/agent-installations-in-aws.md index cc4dc745a..345f31be8 100644 --- a//drs/latest/userguide/agent-installations-in-aws.md +++ b//drs/latest/userguide/agent-installations-in-aws.md @@ -5 +5 @@ -# Installing the AWS Replication Agent in AWS +# Using an instance profile for agent installation in AWS @@ -7 +7 @@ -When installing an AWS Replication Agent on an AWS EC2 instance (when the source and recovery servers are both in AWS Regions), you don't need to generate credentials. Instead, you can use an instance profile with the required IAM policy: +When installing the AWS Replication Agent on an Amazon EC2 instance (when the source and recovery servers are both in AWS Regions), you don't need to generate credentials. Instead, you can use an instance profile with the required IAM policy. For the actual agent installation steps, see [Installing on Linux](./linux-agent.html) or [Installing on Windows](./windows-agent.html).