
Ultimate access to all questions.
A company is building a large language model (LLM) application using Amazon Bedrock. The application will use customer data stored in Amazon S3. The company's security policy mandates that each team can only access data belonging to that team's own customers. What solution meets these requirements?
A
Create an Amazon Bedrock custom service role for each team that has access to only the team's customer data.
B
Create a custom service role that has Amazon S3 access. Ask teams to specify the customer name on each Amazon Bedrock request.
C
Redact personal data in Amazon S3. Update the S3 bucket policy to allow team access to customer data.
D
Create one Amazon Bedrock role that has full Amazon S3 access. Create IAM roles for each team that have access to only each team's customer folders.