A SysOps Administrator is deploying the AWS Replication Agent on an on-premises server to configure replication with AWS Elastic Disaster Recovery (AWS DRS). The installation fails because the AWS credentials provided do not have the permissions necessary to register the source server. Which configuration will resolve this issue and allow the Replication Agent to successfully register the server?
- Attach the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM user whose credentials are used for installation.Cevap
- BConfigure the IAM user policy to include iam:PassRole permissions to allow the agent to assume the AWS DRS service-linked role directly.
- CCreate a Route 53 failover routing policy that maps the replication agent endpoints to the primary DRS staging area.
- DEnable versioning on the destination S3 bucket to act as the primary target for replication logs.
Cevap
Attach the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM user whose credentials are used for installation.
The correct answer is attaching the AWSElasticDisasterRecoveryAgentInstallationPolicy managed policy to the IAM user. During the installation of the AWS Replication Agent on a source server, credentials with this policy must be provided so that the agent can authenticate with AWS DRS, register the source server, and create the required replication resources in the staging area.
Adım Adım Çözüm
Anahtar Kavram
AWS Elastic Disaster Recovery Agent Authentication