Moodle Plugins directory: Amazon Bedrock API provider | Moodle.org

Amazon Bedrock API provider
Amazon Bedrock API Provider
The Amazon Bedrock API Provider is the Amazon Bedrock Moodle AI subsystem provider, thus enabling the usage of Amazon Bedrock API on AWS and leverage the multiple AI models it offers, including Anthropic Claude.
by Meeple
Why Amazon Bedrock?
Amazon Bedrock offers significant advantages for European universities seeking to leverage AI while maintaining strict GDPR compliance. While providers like OpenAI may offer EU data storage options, Bedrock provides a fundamentally different architecture where all data remains within the university's own AWS account and is never transmitted to foundation model providers such as Anthropic, Cohere, or others. This means that sensitive student and research data never leaves the institution's controlled environment, providing an additional layer of data sovereignty that goes beyond geographic storage requirements. Bedrock's enterprise-grade infrastructure offers granular control over data handling, built-in privacy safeguards, comprehensive audit trails, and the ability to implement data retention policies that align with GDPR's "right to be forgotten" requirements. For educational institutions handling sensitive personal data, this contained approach significantly simplifies GDPR compliance by eliminating third-party data sharing concerns entirely, while still providing access to state-of-the-art foundation models through AWS's secure, scalable infrastructure that universities can fully control and audit.
Installation
To install this AI provider you can download the ZIP file and install from Administration > Site administration > Plugins > Install plugins, or you can unzip it in the ai/provider
folder. This provider requires Moodle LMS 4.5, the first version to include the AI subsystem.
You must provide an AWS Access Key and Secret Access Key for an AWS user with the proper permissions to use Amazon Bedrock in your AWS account. Please remind to enable the models from Bedrock configurations > Model access in the selected region.
You need to provide the AWS region and the models to use for every specific Action.
Tested models with version 1.1.0
- us-east-1
- us.anthropic.claude-sonnet-4-20250514-v1:0
- us.anthropic.claude-3-7-sonnet-20250219-v1:0
- us.anthropic.claude-3-5-haiku-20241022-v1:0
- amazon.nova-canvas-v1:0 (Image)
- us-west-2
- us.anthropic.claude-sonnet-4-20250514-v1:0
- us.anthropic.claude-3-7-sonnet-20250219-v1:0
- anthropic.claude-3-5-haiku-20241022-v1:0
- eu-west-1
- eu.anthropic.claude-sonnet-4-20250514-v1:0
- eu.anthropic.claude-3-7-sonnet-20250219-v1:0
- amazon.nova-canvas-v1:0 (Image)
- eu-central-1
- eu.anthropic.claude-sonnet-4-20250514-v1:0
- eu.anthropic.claude-3-7-sonnet-20250219-v1:0
- eu-west-3
- eu.anthropic.claude-sonnet-4-20250514-v1:0
- eu.anthropic.claude-3-7-sonnet-20250219-v1:0
License
2025 Meeple srl https://www.meeplesrl.it
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
MDL-82731 is the tracker for Moodle 5.0 core version.
We've already worked on a 5.0 compatible version, but there's no plan to release it at the moment.