Q449. A company stores customer data in an Amazon S3 bucket with S3 Versioning enabled in the us>west-2 Region.The S3 bucket is encrypted with an AWS Key Management Service (AWS KMS) customer managed CMK. A compliance policy states that redundant copies of all S3 objects must be stored in the us-east-2 Region. The S3 buckets are allowed to stay in the same AWS account. Which combination of steps will meet these requirements with the LEAST operational effort? (Select THREE)
A.Configure an AWS Lambda function that copies objects to the us-east-2 bucket and is triggered when objects are created in the us-west-2 bucket B.Create a destination S3 bucket in us-east-2 with S3 Versioning enabled C.Set up S3 Cross-Region Replication between the two S3 buckets. D.Create and assign an S3 bucket policy that allows reading from the source S3 bucket. E.Create and assign to Amazon S3 an IAM role with a policy that allows reading from the source S3 bucket and replication to the destination S3 bucket F.Create a destination S3 bucket in us-east-2正确答案BCE