A financial services company is designing a cross-account backup recovery strategy under AWS Organizations. The production workload database runs in a production account (Account ID: ) and stores backups in a primary backup vault. The compliance policy requires that database backups must be copied daily to a secure disaster recovery (DR) account (Account ID: ) and stored in a destination backup vault. Both backup vaults must encrypt backups at rest using Customer Managed Keys (CMKs) to satisfy auditing requirements. The copy operation must be initiated from the production account and run automatically using AWS Backup. Which combination of actions should the Solutions Architect perform to configure the required security and compliance controls for this cross-account backup copy operation? (Select TWO.)
- In the destination account (), configure the key policy of the destination vault's Customer Managed Key to grant `kms:CreateGrant` and `kms:DescribeKey` permissions to the AWS Backup service role in the source production account ().Answer
- In the destination account (), configure the Backup Vault access policy of the destination backup vault to allow the `backup:CopyIntoBackupVault` action for the AWS Backup service role in the source production account ().Answer
- CIn the source production account (), encrypt the primary backup vault using the AWS-managed KMS key for backups (`aws/backup`), and configure the destination account's backup service role to decrypt using this key.
- DCreate a Service Control Policy (SCP) in the Organizations management account that grants the `backup:CopyIntoBackupVault` permission to the source production account's backup service role, and attach the SCP to the Organizational Unit (OU) containing the destination account ().
- EConfigure a resource policy on the Amazon S3 bucket used by the destination backup vault to allow the `s3:PutObject` action for the AWS Backup service role in the source production account ().