AWS Certified AI Practitioner (AIF-C01) — Question 56

A company wants to develop a large language model (LLM) application by using Amazon Bedrock and customer data that is uploaded to Amazon S3. The company's security policy states that each team can access data for only the team's own customers.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct because creating a custom service role for each team ensures that access is limited to only their specific customer data, adhering to the security policy. Options B and C do not guarantee that teams will only access their own customers' data, potentially violating the security policy. Option D provides broader access than necessary, as a single role with full access can lead to data leakage between teams.