
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
How does Amazon Bedrock ensure that fine-tuned foundation models remain secure and isolated for each customer?
A
All fine-tuned models are stored in a global shared model registry
B
Bedrock encrypts models and isolates them within each customer’s AWS account
C
Developers must manually secure fine-tuned models using IAM
D
Bedrock deletes fine-tuned models after every 30 days for security
Explanation:
Amazon Bedrock ensures security and isolation of fine-tuned foundation models through encryption and account-level isolation. This means:
Encryption: All fine-tuned models are encrypted at rest and in transit using AWS encryption services.
Account Isolation: Each customer's fine-tuned models are isolated within their own AWS account, preventing cross-account access.
No Shared Registry: Unlike option A, models are not stored in a global shared registry.
No Manual Security Required: Unlike option C, security is not left to developers to manually configure with IAM.
No Automatic Deletion: Unlike option D, models are not automatically deleted after 30 days.
This approach aligns with AWS's shared responsibility model where AWS provides the security of the cloud infrastructure, and customers maintain control over their data and models within their accounts.