A media streaming platform is designing a cross-region archive storage system for high-resolution video assets. The files contain proprietary digital media assets and must be stored in Amazon S3 buckets in two AWS Regions: (primary) and (disaster recovery). The system architecture requires that files uploaded to are replicated to using S3 Cross-Region Replication (CRR). The security policy requires:
- The media assets must be encrypted at rest using customer-managed KMS keys.
- In the event of a regional failover, applications in must be able to decrypt the replicated data directly without performing any re-encryption or key management operations.
- The encryption keys must support automatic annual rotation.
Which combination of actions will meet these requirements? (Select TWO.)
- Create a customer-managed multi-Region primary KMS key in the Region, and enable automatic key rotation on it.Cevap
- Create a multi-Region replica key in the Region using the ARN of the primary key in the Region.Cevap
- CEnable S3 Cross-Region Replication using the default AWS-managed KMS key for S3 () in both the source and destination buckets.
- DCreate independent, single-Region customer-managed KMS keys in both and , and apply an AWS Organizations Service Control Policy (SCP) to authorize cross-region decryption.
- EConfigure the S3 bucket policy in the bucket to explicitly grant decryption permissions for the source KMS key in to the destination application's IAM role.