Topic 1 Question 186
3 つ選択A solutions architect is creating an application that stores objects in an Amazon S3 bucket. The solutions architect must deploy the application in two AWS Regions that will be used simultaneously. The objects in the two S3 buckets must remain synchronized with each other.
Which combination of steps will meet these requirements with the LEAST operational overhead?
Create an S3 Multi-Region Access Point Change the application to refer to the Multi-Region Access Point
Configure two-way S3 Cross-Region Replication (CRR) between the two S3 buckets
Modify the application to store objects in each S3 bucket
Create an S3 Lifecycle rule for each S3 bucket to copy objects from one S3 bucket to the other S3 bucket
Enable S3 Versioning for each S3 bucket
Configure an event notification for each S3 bucket to invoke an AWS Lambda function to copy objects from one S3 bucket to the other S3 bucket
ユーザの投票
コメント(7)
- 正解だと思う選択肢: ABE
If the reason for E is not obvious then read this: https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html Both source and destination buckets must have versioning enabled.
👍 3F_Eldin2023/05/29 Answer : A,B,E
👍 2Roontha2023/05/27- 正解だと思う選択肢: ABE
A. Create an S3 Multi-Region Access Point. - this gives you Single Endpoint for accessing S3 into multiple regions B. Configure CRR between the two S3 - For automatic replication to diffrent region E. Enable S3 Versioning on both S3 - Will give you an ability to track and recover from previous versions if needed
C, D and F doesnt meet the criteria from LEAST operation overhead perspective.
👍 2Snape2023/05/29
シャッフルモード