exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 243 discussion

A company has copied 1 PB of data from a colocation facility to an Amazon S3 bucket in the us-east-1 Region using an AWS Direct Connect link. The company now wants to copy the data to another S3 bucket in the us-west-2 Region. The colocation facility does not allow the use of AWS Snowball.
What should a solutions architect recommend to accomplish this?

  • A. Order a Snowball Edge device to copy the data from one Region to another Region.
  • B. Transfer contents from the source S3 bucket to a target S3 bucket using the S3 console.
  • C. Use the aws S3 sync command to copy data from the source bucket to the destination bucket.
  • D. Add a cross-Region replication configuration to copy objects across S3 buckets in different Regions.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
yass18
Highly Voted 3 years, 7 months ago
Answer C => https://aws.amazon.com/premiumsupport/knowledge-center/move-objects-s3-bucket/
upvoted 46 times
crazyaboutazure
3 years, 6 months ago
Answer is indeed C https://aws.amazon.com/premiumsupport/knowledge-center/move-objects-s3-bucket/
upvoted 2 times
Stings
3 years, 4 months ago
cannot be C. The link which you shared clearly states following; Note: Using the aws s3 ls or aws s3 sync commands on large buckets (with 10 million objects or more) can be expensive, resulting in a timeout. Thus answer should be D
upvoted 4 times
...
kevinred
3 years, 6 months ago
Configure replication for existing objects To enable existing object replication for your account, you must contact AWS Support and create a technical support case (service: Amazon S3). This is required to ensure that replication is configured correctly. To prevent your request from being delayed, give your AWS Support case the subject “Replication for Existing Objects” and be sure to include the following information: Source bucket Destination bucket Estimated storage volume to replicate (in terabytes) Estimated storage object count to replicate I think D would work based on the current support
upvoted 3 times
...
...
kauls
3 years, 7 months ago
C it is
upvoted 2 times
...
noahsark
3 years, 6 months ago
lol. it seems C. command below: aws s3 sync s3://my-us-west-2-bucket s3://my-us-east-1-bucket --source-region us-west-2 --region us-east-1 Reference: https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html
upvoted 4 times
...
DMR
3 years, 6 months ago
Rather, you cannot use CRR once after uploading the object into the bucket. It works only for new objects
upvoted 3 times
sanjose
3 years, 6 months ago
Nope, Pls find below, https://aws.amazon.com/blogs/storage/replicating-existing-objects-between-s3-buckets/
upvoted 1 times
...
...
...
sctmp
Highly Voted 3 years, 7 months ago
A. We can't use Snowball B. Transfer contents from the source S3 bucket to a target S3 bucket using the console is not really viable. C. It sounds like the logical option. D. Cross-region replication is for resiliency, you can't pick a "bucket" as a destination.
upvoted 18 times
Kian1
3 years, 7 months ago
https://docs.aws.amazon.com/snowball/latest/ug/device-differences.html they are different, so ANS "A"
upvoted 1 times
Hypercuber
3 years, 7 months ago
They are different, but the idea is the same. I think the company prohibits Snowball because of the way it transfers data to AWS, so Snowball Edge should also be prohibited, since it has the same transfer procedure.
upvoted 2 times
...
...
sugarwall09
3 years, 6 months ago
plus (D) seems to be a better option for huge (1PB of data) as narrated in the question.
upvoted 2 times
...
Hypercuber
3 years, 7 months ago
https://aws.amazon.com/about-aws/whats-new/2015/03/amazon-s3-introduces-cross-region-replication/#:~:text=With%20cross%2Dregion%20replication%2C%20every,AWS%20region%20that%20you%20choose.&text=Cross%2Dregion%20replication%20can%20also,data%20hundreds%20of%20miles%20apart. It clearly says here that you can choose the destination Region of your data. So answer is D.
upvoted 6 times
Iamrandom
3 years, 6 months ago
Which part of "As in CRR, only the new objects created after enabling replication are moved to destination bucket" in previous answer is not clear?
upvoted 2 times
...
...
Bart2D2
3 years, 7 months ago
You can set replication rules and pick a destination bucket: https://aws.amazon.com/blogs/aws/new-amazon-s3-replication-adds-support-for-multiple-destination-buckets/ Correct answer is D
upvoted 9 times
Atanu_M
3 years, 7 months ago
D cannot be the answer. As in CRR, only the new objects created after enabling replication are moved to destination bucket. In this case the files are already there in the source bucket.
upvoted 23 times
...
meeko86
3 years, 6 months ago
Answer D is wrong. https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication.html "By default, replication only supports copying new Amazon S3 objects after it is enabled. You can use replication to copy existing objects and clone them to a different bucket, but in order to do so, you must contact AWS Support Center....."
upvoted 3 times
Twinkie
3 years, 6 months ago
In fact cross region replication is the recommended way to handle such a case. “ Q. Can I use Snowball Edge to migrate data from one AWS Region to another AWS Region? No. Snowball Edge is intended to serve as a data transport solution for moving high volumes of data into and out of a designated AWS Region. For use cases that require data transfer between AWS Regions, we recommend using S3 Cross-Region Replication as an alternative.” https://aws.amazon.com/snowball/faqs/
upvoted 3 times
...
kevinred
3 years, 6 months ago
Configure replication for existing objects To enable existing object replication for your account, you must contact AWS Support and create a technical support case (service: Amazon S3). This is required to ensure that replication is configured correctly. To prevent your request from being delayed, give your AWS Support case the subject “Replication for Existing Objects” and be sure to include the following information: Source bucket Destination bucket Estimated storage volume to replicate (in terabytes) Estimated storage object count to replicate
upvoted 3 times
...
...
naveenagurjara
2 years, 10 months ago
But will transfer new data ONLY after enabling CRR.. will not transfer old existing data prior CRR enabled.
upvoted 2 times
ahaz
2 years, 8 months ago
That is the default behavior. You can configure it for the batch replication which will copy the existing items as well. CRR is a correct solution for this purpose.
upvoted 1 times
...
...
...
...
BECAUSE
Most Recent 1 year, 11 months ago
Selected Answer: C
C is the answer
upvoted 1 times
...
YanisGTR
2 years, 2 months ago
Copy the objects between the S3 buckets,,, Copy the objects between the source and target buckets by running the following sync command using the AWS CLI: aws s3 sync s3://DOC-EXAMPLE-BUCKET-SOURCE s3://DOC-EXAMPLE-BUCKET-TARGET for me ans = "C" https://repost.aws/knowledge-center/move-objects-s3-bucket
upvoted 1 times
...
kanweng
2 years, 5 months ago
Selected Answer: C
C, Not D, cross-Region replication configuration to copy objects (new object after is is enabled). But you can use Replicate Existing Objects with Amazon S3 Batch Replication https://aws.amazon.com/blogs/aws/new-replicate-existing-objects-with-amazon-s3-batch-replication/ After you finish configure cross-Region replication, it will prompt you if you want to create job for S3 Batch Replication for the existing objects.
upvoted 1 times
...
ashwinb
2 years, 5 months ago
Selected Answer: D
https://aws.amazon.com/blogs/storage/considering-four-different-replication-options-for-data-in-amazon-s3/
upvoted 2 times
...
BlueNoodle
2 years, 7 months ago
Ans: C. Cross-region repliccaton configuration will copy newly PUT objects only. Sync command can handle existng objects.
upvoted 1 times
...
tigerbaer
2 years, 8 months ago
Selected Answer: D
D because of the amount of data. You have to create support ticket for correct replication of existing objects
upvoted 3 times
...
cloud_collector
2 years, 9 months ago
C is better https://stackoverflow.com/questions/64286064/s3-sync-vs-cross-region-replication
upvoted 1 times
cloud_collector
2 years, 8 months ago
This question was same as Q535. Change my answer to D.
upvoted 1 times
...
...
naveenagurjara
2 years, 10 months ago
Selected Answer: C
Why not D? coz.. Cross region replication will only work on new data AFTER it has been enabled on S3. in this case the data has already been copied before Cross Region replication has been enabled. So C is the ans.
upvoted 2 times
...
etheng1970
2 years, 10 months ago
Selected Answer: D
replication is the way...
upvoted 3 times
...
mr_jah
2 years, 10 months ago
Selected Answer: C
100% C - replication does not copy old objects by default and question does not say "call AWS support" and such. You need a solution right now - s3 sync
upvoted 2 times
...
VijiTu
2 years, 10 months ago
Note: Using the aws s3 ls or aws s3 sync commands on large buckets (with 10 million objects or more) can be expensive, resulting in a timeout. If you encounter timeouts because of a large bucket, then consider using Amazon CloudWatch metrics to calculate the size and number of objects in a bucket. Also, consider using S3 Batch Operations to copy the objects. Considering this statement D should be good for this use case assuming something like AWS Support is missed to be mentioned in the choice
upvoted 1 times
...
yongj2010
3 years ago
Answer is D for sure. See this https://aws.amazon.com/blogs/storage/replicating-existing-objects-between-s3-buckets/
upvoted 2 times
...
codeporan
3 years, 1 month ago
I would go for C . stephen Course I got
upvoted 2 times
...
aghaith
3 years, 1 month ago
Selected Answer: D
D the best choice, cant be C, transferring through S3 cli will take a huge amount of time especially if you have many small files
upvoted 2 times
...
janvandermerwer
3 years, 2 months ago
Selected Answer: D
Agree with D
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago