A security auditing application runs on Amazon EC2 instances in a security account (222222222222) under an IAM role named `AuditorRole`. The application needs to retrieve audit logs stored in an Amazon S3 bucket located in a production account (111111111111). The S3 bucket is encrypted using a customer managed AWS KMS key in the production account. A SysOps administrator is configuring a cross-account IAM role named `ProdAccessRole` in the production account to grant the application access. The administrator has already configured the permissions policy for `ProdAccessRole` and the IAM permissions policy for `AuditorRole`. Which combination of actions is required to allow the auditing application to assume the role and decrypt the logs? (Select TWO.)
- Configure the trust policy of `ProdAccessRole` in the production account to allow the `sts:AssumeRole` action for the `AuditorRole` principal in the security account.Cevap
- Configure the KMS key policy in the production account to grant the `ProdAccessRole` permissions to perform the `kms:Decrypt` action.Cevap
- CAttach a permissions policy to `AuditorRole` in the security account that grants the `iam:PassRole` action on the `ProdAccessRole` resource in the production account.
- DAttach a permissions policy to `AuditorRole` in the security account that allows the `iam:PassRole` action on the customer managed KMS key resource in the production account.
- EConfigure the trust policy of `ProdAccessRole` in the production account to trust the Amazon S3 service principal (`s3.amazonaws.com`) to assume the role on behalf of `AuditorRole`.