Topic 1 Question 219
3 つ選択A company deploys an application in two AWS Regions. The application currently uses an Amazon S3 bucket in the primary Region to store data.
A DevOps engineer needs to ensure that the application is highly available in both Regions. The DevOps engineer has created a new S3 bucket in the secondary Region. All existing and new objects must be in both S3 buckets. The application must fail over between the Regions with no data loss.
Which combination of steps will meet these requirements with the MOST operational efficiency?
Create a new IAM role that allows the Amazon S3 and S3 Batch Operations service principals to assume the role that has the necessary permissions for S3 replication.
Create a new IAM role that allows the AWS Batch service principal to assume the role that has the necessary permissions for S3 replication.
Create an S3 Cross-Region Replication (CRR) rule on the source S3 bucket. Configure the rule to use the IAM role for Amazon S3 to replicate to the target S3 bucket.
Create a two-way replication rule on the source S3 bucket. Configure the rule to use the IAM role for Amazon S3 to replicate to the target S3 bucket.
Create an AWS Batch job that has an AWS Fargate orchestration type. Configure the job to use the IAM role for AWS Batch. Specify a Bash command to use the AWS CLI to synchronize the contents of the source S3 bucket and the target S3 bucket
Create an operation in S3 Batch Operations to replicate the contents of the source S3 bucket to the target S3 bucket. Configure the operation to use the IAM role for Amazon S3.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: ADF
ADF, "All existing and new objects must be in BOTH S3 buckets." this requires two-way replication.
👍 6that1guy2024/05/17 - 正解だと思う選択肢: ADF
Note: Application deployed to both regions, bi-directional replication will be required
👍 5d9iceguy2024/07/21 - 正解だと思う選択肢: ADF
"The application must fail over between the Regions with no data loss." C is not enough, because if we failover to region B and then to A application couldn't access data that was created in region B in the meantime
👍 4xdkonorek22024/07/05
シャッフルモード