A SysOps Administrator is configuring AWS Elastic Disaster Recovery (AWS DRS) to replicate an on-premises server to AWS. Which of the following requirements must be met to ensure that the AWS Replication Agent can successfully register the source server and replicate data to AWS? (Select TWO.)
- Configure outbound network access from the source server to the AWS DRS API endpoints over TCP port 443 and to the replication servers over TCP port 1500.Answer
- Attach the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM credentials used during agent installation.Answer
- CConfigure a Route 53 Active-Active routing policy to dynamically route the data replication traffic to the replication staging area.
- DGrant iam:PassRole permissions to the AWS Replication Agent on the source server instead of installing with IAM user credentials.
- EEnable inbound firewall rules on the source server to allow incoming traffic on TCP ports 443 and 1500 from AWS.
Answer
Configuring outbound network access from the source server to the AWS DRS API endpoints over TCP port 443 and to the replication servers over TCP port 1500, and attaching the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM credentials used during agent installation.
The correct requirements are configuring outbound network access from the source server over TCP ports 443 (for API control plane) and 1500 (for replication data), and attaching the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM credentials used during agent installation. These two options ensure the agent has both the network path and the security authorization to start replication.
Step-by-Step Solution
Key Concept
AWS Elastic Disaster Recovery (AWS DRS) Agent Installation and Replication Requirements