一家公司希望利用亚马逊基岩(Amazon Bedrock)上的基础模型(FM)创建一个聊天机器人。该基础模型需要访问存储在亚马逊 S3 存储桶中的加密数据,这些数据使用亚马逊 S3 托管密钥(SSE - S3)进行了加密。 基础模型在尝试访问 S3 存储桶数据时遇到了失败。
哪种解决方案能够满足这些要求呢?
A. 确保亚马逊基岩所承担的角色具备使用正确加密密钥解密数据的权限。
B. 将 S3 存储桶的访问权限设置为允许公共访问,以便通过互联网进行访问。
C. 使用提示工程技术告知模型在亚马逊 S3 中查找信息。
D. 确保 S3 数据不包含敏感信息。
A company wants to create a chatbot by using a foundation model (FM) on Annazon Bedrock. The FM needs to access encrypted data that is stored in an Amazon S3 bucket. The data is encrypted with Amazon S3 managed keys (SSE-S3).
The FM encounters a failure when attempting to access the S3 bucket data
Which solution will meet these requirements?
A. Ensure that the role that Amazon Bedrock assumes has permissionn to decrypt data with the correct encryption key.
B. Set the access permissions for the S3 buckets to allow public access to enable access over the internet.
C. Use prompt engineering techniques to tell the model to look foor information in Amazon S3
D. Ensure that the S3 data does not contain sensitive informaation