Gotta be D here. Benchmark datasets are already curated for fairness/bias, so there's no need to clean or annotate like you'd have to with logs or user content. That's why this is the lowest admin effort, at least in most scenarios. Pretty sure that's what they're looking for but happy to hear counterpoints.
I see why B might look tempting, since public access would let anything read the S3 files. But that's risky in AWS and not how you'd usually solve it. Seems reasonable for fixing a quick access error if security isn't a concern though.
I’d say B could work if the chatbot just needs access, since public access bypasses some restrictions. But that's not really best practice in AWS security. Could be missing something though, open to other ideas.
This is a good IAM practice example. A is right since Bedrock needs the correct role permissions for S3 decryption (SSE-S3 handles the keys but still checks permissions). I’ve seen a similar scenario in the official AWS guides and practice exams, so I’m pretty confident.
Definitely B here. Since they're dealing with petabytes of unlabeled data, clustering with unsupervised learning is what AWS tests on for this type of customer segmentation. Seen similar in exam reports, but happy to hear if someone disagrees.
Isn't C possible too if they're focusing on high-dimensional data? Sometimes embedding outputs get visualized, so I might confuse it for that. Not sure if D is the only trap here.
Option D is correct here. Data Exchange supports notifications for third-party (ISV) data products, like compliance reports. Trusted Advisor and Artifact are AWS-centric, so they're not the best fit for external ISV reports. C trips people up but doesn't work for this use case.
I get what you're saying but I'm sticking with C. Recommendation systems use categories from feedback to suggest products, so classifying feedback seems like a fit for that. Pretty sure that's what the question is hinting at, correct me if I'm missing something.
I don't think it's D here. Transcribe only works for audio files, not PDFs, so picking it would be a mistake. Amazon Textract (A) is made to handle text extraction from documents like resumes in PDF format. So pretty confident it's A, unless I'm missing some detail in the question wording.