
Explanation:
Amazon S3 Replication (either Cross-Region or Same-Region) is a built-in feature designed to replicate newly created objects to a destination bucket securely. Using the native replication rule is the most operationally efficient method as it doesn't require managing custom compute (like EC2, AWS Batch, or Lambda functions). For cross-account replication, the destination bucket needs a bucket policy granting the source account the s3:ReplicateObject permission.
Ultimate access to all questions.
Question 35.
A company stores its internal data within an Amazon S3 bucket. All existing data within the S3 bucket is protected by using server-side encryption with Amazon S3 managed encryption keys (SSE-S3). S3 Versioning is enabled. A SysOps administrator must replicate the internal data to another S3 bucket in a different AWS account for disaster recovery. All the existing data is copied from the source S3 bucket to the destination S3 bucket. Which replication solution is MOST operationally efficient?
A
Add a replication rule to the source bucket and specify the destination bucket. Create a bucket policy for the destination bucket to allow the owner of the source bucket to replicate objects.
B
Schedule an AWS Batch job with Amazon EventBridge to copy new objects from the source bucket to the destination bucket. Create a Batch Operations IAM role in the destination account.
C
Configure an Amazon S3 event notification for the source bucket to invoke an AWS Lambda function to copy new objects to the destination bucket. Ensure that the Lambda function has cross-account access permissions.
D
Run a scheduled script on an Amazon EC2 instance to copy new objects from the source bucket to the destination bucket. Assign cross-account access permissions to the EC2 instance's role.
No comments yet.