exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 737 discussion

A company has an application that delivers on-demand training videos to students around the world. The application also allows authorized content developers to upload videos. The data is stored in an Amazon S3 bucket in the us-east-2 Region.

The company has created an S3 bucket in the eu-west-2 Region and an S3 bucket in the ap-southeast-1 Region. The company wants to replicate the data to the new S3 buckets. The company needs to minimize latency for developers who upload videos and students who stream videos near eu-west-2 and ap-southeast-1.

Which combination of steps will meet these requirements with the FEWEST changes to the application? (Choose two.)

  • A. Configure one-way replication from the us-east-2 S3 bucket to the eu-west-2 S3 bucket. Configure one-way replication from the us-east-2 S3 bucket to the ap-southeast-1 S3 bucket.
  • B. Configure one-way replication from the us-east-2 S3 bucket to the eu-west-2 S3 bucket. Configure one-way replication from the eu-west-2 S3 bucket to the ap-southeast-1 S3 bucket.
  • C. Configure two-way (bidirectional) replication among the S3 buckets that are in all three Regions.
  • D. Create an S3 Multi-Region Access Point. Modify the application to use the Amazon Resource Name (ARN) of the Multi-Region Access Point for video streaming. Do not modify the application for video uploads.
  • E. Create an S3 Multi-Region Access Point. Modify the application to use the Amazon Resource Name (ARN) of the Multi-Region Access Point for video streaming and uploads.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

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
BillaRanga
Highly Voted 11 months, 3 weeks ago
Selected Answer: CE
To keep replication in SYNC across all three regions, we use Bi-directional. Multi-Region Access Point for video streaming and uploads. -> uploads to nearest Low latency region and Bi-directional replication will keep other two regions in SYNC this reducing the upload and streaming latency
upvoted 12 times
bujuman
9 months, 1 week ago
For confirmation purposes: https://aws.amazon.com/s3/features/multi-region-access-points/
upvoted 2 times
...
...
robotgeek
Most Recent 1 week, 2 days ago
Selected Answer: A
Question does not make a lot of sense with this responses 1) If the goal is to modify the app as little as possible, options D and E don't present much of a difference. If you modify the app for uploads, it will cost you the same to modify it for streaming (even more so with an MRAP, since you only need to change the global upload endpoint, which is a trivial change). 2) It is not suggested that the need is "to upload from anywhere in the world" but rather to copy to other regions for streaming (download), which an MRAP does not do per-se. 3) If the idea of the question is to create an MRAP (D or E) and then set up replication rules in the MRAP (C), it doesn’t make sense to replicate from US-West or from Asia-Pacific, but only the other way around. 4) Option A stands on its own (but it’s a multiple-choice answer), and even though the initial replication latency is slow, uploading video tutorials is not critical. 5) Option B involves unnecessary latency.
upvoted 1 times
robotgeek
1 week, 2 days ago
So the idea is you put an MRAP and then replicate... so basically the "FEWEST changes to the application" is either to confuse or poorly constructed
upvoted 1 times
...
...
FlyingHawk
1 month ago
Selected Answer: AD
The data is stored in an Amazon S3 bucket in the us-east-2 Region implies the content developer is in us-east-2 region. If the content developers are in the us-east-2 Region, then the solution is A and D.
upvoted 3 times
...
kajiyatta
1 month, 2 weeks ago
Selected Answer: AD
This is an example of the kind of joke problem AWS provides. The information needed to derive justification is vague and it is not clear which region the uploading developer will be using. Time spent on these problems is wasted.
upvoted 4 times
...
LeonSauveterre
1 month, 2 weeks ago
Selected Answer: AD
I agree with @kbgsgsgs and here's why: What the scenario is about: Currenly, videos are in us, so they're uploaded to us. Then, we want to replicate them to eu and ap. People near eu and ap should be fast delivered with the videos they need. So with "FEWEST changes", all we need is replicate from us to both eu and ap, which is option B. Option C works but not fewest changes. The uploads are directly to us, so option E actually induces more latency. You may argue that if we can upload videos directly to eu/ap, it would be faster. Yes, but it requires modifying the application for both streaming and upload workflows, so much more complicated than option D, and definitely not fewest changes.
upvoted 2 times
LeonSauveterre
1 month, 2 weeks ago
Sorry, typo. All we need is replicate from us to both eu and ap, which is option A, not option B. You can share you ideas here if you disagree
upvoted 1 times
...
...
JA2018
2 months, 1 week ago
Selected Answer: CD
My personal take: C & D C => Although stem did not specify which region S# bucket the developers will upload their contents, this will allow new contents in 1 S3 bucket to replicate over to the other 2 S3 buckets. D => uploads needs to be performed to the first region only (Closest???) and accessed by remaining two S3 buckets.
upvoted 1 times
JA2018
2 months, 1 week ago
but I am confused by Google AI search's response: The correct answers to this question are D. Create an S3 Multi-Region Access Point. Modify the application to use the Amazon Resource Name (ARN) of the Multi-Region Access Point for video streaming and E. Create an S3 Multi-Region Access Point. Modify the application to use the Amazon Resource Name (ARN) of the Multi-Region Access Point for video streaming and uploads.
upvoted 1 times
JA2018
2 months, 1 week ago
Explanation: Minimizing changes to the application: The question explicitly asks for the solution with the "fewest changes to the application.". Option D and E only require modifying the application to use the Multi-Region Access Point ARN, while options A, B, and C would involve additional replication configurations, making them less ideal. Multi-Region Access Point benefits: An S3 Multi-Region Access Point allows users to access data from any region through a single endpoint, effectively minimizing latency for users in different regions without requiring data replication across multiple buckets.
upvoted 1 times
JA2018
2 months, 1 week ago
Why not the other options: Options A and B: These involve one-way replication, which would still require users in some regions to access data from a geographically distant bucket, leading to higher latency. Option C: Bidirectional replication would create unnecessary data redundancy and additional network traffic, making it less efficient. Key takeaway: When you need to minimize latency for users in different regions while minimizing application changes, an S3 Multi-Region Access Point is the best solution.
upvoted 1 times
JA2018
2 months, 1 week ago
is it just me or am I missing something in this question?
upvoted 1 times
...
...
...
...
...
kbgsgsgs
4 months, 1 week ago
Selected Answer: AD
They are simply trying to replicate to a new S3 bucket. I don't see why it needs to be bidirectional. Also, since the problem assumes that the content developer with permission is the one uploading, it seems like there needs to be a way to centralize the upload without modifying the application.
upvoted 3 times
...
1166ae3
7 months ago
Selected Answer: AE
Since developer upload video to us-east-2, by configuring one-way replication directly from us-east-2 to eu-west-2 and from us-east-2 to ap-southeast-1, you ensure that each region has the latest data without additional replication hops.
upvoted 1 times
...
Scheldon
7 months, 2 weeks ago
Selected Answer: CE
AnswerCE From my understanding Video uploads can happen near new regions hence to speed up that operation we need to upload to nearest region, hence I would choose option E, and for the same reason we need to be able to replicate data from any of new region to old one and oposite, hence we we need bidirectional (two-way) replication
upvoted 1 times
...
lenotc
10 months, 3 weeks ago
Selected Answer: CD
FEWEST changes to the application D -> MRAP can upload the appropriate S3 bucket C -> two-way -> to worry about anything obs: I believe this question dubious, amphibological
upvoted 1 times
...
67a3f49
11 months, 3 weeks ago
There is no information where the upload should be performed. If files will be uploaded to first region then: AD because: A -> content uploaded to the primary bucket in us-east-2 is automatically replicated to the other regions, minimizing latency for users accessing content near those regions. D -> uploads needs to be performed to the first region only and accessed to remaining two Otherwise CE
upvoted 4 times
Salilgen
1 month, 1 week ago
You are right but I think files are only uploaded to first region. The question states "A company has an application that delivers on-demand training videos to students around the world". It doesn't state anything about developer. Furthermore, in this case both AD and CE work but AD requires fewest changes to the application
upvoted 2 times
...
...
Andy_09
1 year ago
Correct answer CE
upvoted 3 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