diff --git a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js index b490a07e..4fc1fa22 100644 --- a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js +++ b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/regions.js @@ -187,6 +187,13 @@ export const AWS_REGIONS = [ public: true, zones: ["me-south-1a", "me-south-1b", "me-south-1c"], }, + { + name: "UAE", + full_name: "Middle East (UAE)", + code: "me-central-1", + public: true, + zones: ["me-central-1a", "me-central-1b", "me-central-1c"], + }, { name: "Beijing", full_name: "China (Beijing)",