
Ultimate access to all questions.
A company is developing a chatbot using a foundation model (FM) on Amazon Bedrock. The FM must retrieve encrypted data from an Amazon S3 bucket, where the data is encrypted using Amazon S3 managed keys (SSE-S3). The FM is currently failing to access the data in the S3 bucket. What solution will resolve this failure and meet the requirements?
A
Ensure that the role that Amazon Bedrock assumes has permission 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 for information in Amazon S3.
D
Ensure that the S3 data does not contain sensitive information.