Q95 — AWS AIF-C01 Ch.3
Question 95 of 100 | ← Chapter 3
An AI developer is using an Amazon Bedrock foundation model to summarize customer service team meeting chats. The AI developer wants to store invocation logs to monitor model input and output data. Which strategy should the AI developer use?
- A. Configure AWS CloudTrail as the logging destination for the model. ✓
- B. Enable invocation logging in Amazon Bedrock. ✓
- C. Configure AWS Audit Manager as the logging destination for the model.
- D. Configure model invocation logging in Amazon EventBridge.
Correct Answer: A. Configure AWS CloudTrail as the logging destination for the model., B. Enable invocation logging in Amazon Bedrock.
Explanation
This question tests understanding of logging invocation data for Amazon Bedrock. Enabling invocation logging directly in Amazon Bedrock captures input and output data natively and is purpose-built for this use case. AWS CloudTrail logs API calls across AWS services but does not capture model inputs/outputs. AWS Audit Manager is for compliance audits—not operational logging. Amazon EventBridge routes events but is not designed for persistent storage or detailed invocation logging.