A SysOps Administrator is managing cross-Region disaster recovery using AWS Elastic Disaster Recovery (AWS DRS) to protect a critical business application. The application's EC2 instances in us-east-1 are replicated to a staging area in us-west-2. The instances are configured with an IAM instance profile associated with a role named ApplicationStorageAccessRole that permits access to Amazon S3. During a disaster recovery drill in us-west-2, the administrator attempts to launch recovery instances, but the launch fails. The EC2 launch history shows an authorization error indicating that the administrator is not authorized to perform the action on the resource. Which action must the administrator take to successfully launch the recovery instances during the drill?
- AUpdate the trust policy of ApplicationStorageAccessRole to allow the AWS Elastic Disaster Recovery service (drs.amazonaws.com) to assume the role.
- Add the iam:PassRole permission for the ApplicationStorageAccessRole to the IAM identity of the administrator initiating the drill.Answer
- CConfigure an Amazon Route 53 active-active failover routing policy to automatically route application traffic to the staging subnet in us-west-2 during the drill.
- DModify the administrator's IAM policy to grant kms:Decrypt permissions on the AWS DRS replication key, ignoring the key policy restrictions in the destination Region.