UAE region support for bedrock models (#4964)
* added me-central-1 to bedrock regions * fixed long region name
This commit is contained in:
parent
7469ced2f5
commit
71cfff8091
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user