Topic 1 Question 36
3 つ選択A DevOps engineer needs to back up sensitive Amazon S3 objects that are stored within an S3 bucket with a private bucket policy using S3 cross-Region replication functionality. The objects need to be copied to a target bucket in a different AWS Region and account. Which combination of actions should be performed to enable this replication?
Create a replication IAM role in the source account
Create a replication I AM role in the target account.
Add statements to the source bucket policy allowing the replication IAM role to replicate objects.
Add statements to the target bucket policy allowing the replication IAM role to replicate objects.
Create a replication rule in the source bucket to enable the replication.
Create a replication rule in the target bucket to enable the replication.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: ADE👍 2ele2023/04/15
- 正解だと思う選択肢: ADE
S3 cross-Region replication (CRR) automatically replicates data between buckets across different AWS Regions. To enable CRR, you need to add a replication configuration to your source bucket that specifies the destination bucket, the IAM role, and the encryption type (optional). You also need to grant permissions to the IAM role to perform replication actions on both the source and destination buckets. Additionally, you can choose the destination storage class and enable additional replication options such as S3 Replication Time Control (S3 RTC) or S3 Batch Replication.
👍 2tschenhau2023/05/10 ADE confirmed!
👍 1alce20202023/04/15
シャッフルモード