Last active
August 23, 2023 23:28
-
-
Save onigetoc/e9920e017f591ae49207f967fda6b76d to your computer and use it in GitHub Desktop.
Amazon AWS Polly server list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"RegionName": "US East (Ohio)", | |
"Region": "us-east-2", | |
"Endpoint": [ | |
"polly.us-east-2.amazonaws.com", | |
"polly-fips.us-east-2.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS", | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "US East (N. Virginia)", | |
"Region": "us-east-1", | |
"Endpoint": [ | |
"polly.us-east-1.amazonaws.com", | |
"polly-fips.us-east-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS", | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "US West (N. California)", | |
"Region": "us-west-1", | |
"Endpoint": [ | |
"polly.us-west-1.amazonaws.com", | |
"polly-fips.us-west-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS", | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "US West (Oregon)", | |
"Region": "us-west-2", | |
"Endpoint": [ | |
"polly.us-west-2.amazonaws.com", | |
"polly-fips.us-west-2.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS", | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Africa (Cape Town)", | |
"Region": "af-south-1", | |
"Endpoint": [ | |
"polly.af-south-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Hong Kong)", | |
"Region": "ap-east-1", | |
"Endpoint": [ | |
"polly.ap-east-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Mumbai)", | |
"Region": "ap-south-1", | |
"Endpoint": [ | |
"polly.ap-south-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Osaka)", | |
"Region": "ap-northeast-3", | |
"Endpoint": [ | |
"polly.ap-northeast-3.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Seoul)", | |
"Region": "ap-northeast-2", | |
"Endpoint": [ | |
"polly.ap-northeast-2.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Singapore)", | |
"Region": "ap-southeast-1", | |
"Endpoint": [ | |
"polly.ap-southeast-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Sydney)", | |
"Region": "ap-southeast-2", | |
"Endpoint": [ | |
"polly.ap-southeast-2.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Asia Pacific (Tokyo)", | |
"Region": "ap-northeast-1", | |
"Endpoint": [ | |
"polly.ap-northeast-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Canada (Central)", | |
"Region": "ca-central-1", | |
"Endpoint": [ | |
"polly.ca-central-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Europe (Frankfurt)", | |
"Region": "eu-central-1", | |
"Endpoint": [ | |
"polly.eu-central-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Europe (Ireland)", | |
"Region": "eu-west-1", | |
"Endpoint": [ | |
"polly.eu-west-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Europe (London)", | |
"Region": "eu-west-2", | |
"Endpoint": [ | |
"polly.eu-west-2.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Europe (Paris)", | |
"Region": "eu-west-3", | |
"Endpoint": [ | |
"polly.eu-west-3.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Europe (Stockholm)", | |
"Region": "eu-north-1", | |
"Endpoint": [ | |
"polly.eu-north-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "Middle East (Bahrain)", | |
"Region": "me-south-1", | |
"Endpoint": [ | |
"polly.me-south-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "South America (São Paulo)", | |
"Region": "sa-east-1", | |
"Endpoint": [ | |
"polly.sa-east-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS" | |
] | |
}, | |
{ | |
"RegionName": "AWS GovCloud (US-West)", | |
"Region": "us-gov-west-1", | |
"Endpoint": [ | |
"polly.us-gov-west-1.amazonaws.com", | |
"polly-fips.us-gov-west-1.amazonaws.com" | |
], | |
"Protocol": [ | |
"HTTPS", | |
"HTTPS" | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment