Amazon CloudSearch endpoints and quotas
To connect programmatically to an AWS service, you use an endpoint. AWS services offer the following endpoint types in some or all of the AWS Regions that the service supports: IPv4 endpoints, dual-stack endpoints, and FIPS endpoints. Some services provide global endpoints. For more information, see AWS service endpoints.
Service quotas, also referred to as limits, are the maximum number of service resources or operations for your AWS account. For more information, see AWS service quotas.
The following are the service endpoints and service quotas for this service.
Service endpoints
Region Name | Region | Endpoint | Protocol |
---|---|---|---|
US East (N. Virginia) | us-east-1 | cloudsearch.us-east-1.amazonaws.com | HTTPS |
US West (N. California) | us-west-1 | cloudsearch.us-west-1.amazonaws.com | HTTPS |
US West (Oregon) | us-west-2 | cloudsearch.us-west-2.amazonaws.com | HTTPS |
Asia Pacific (Seoul) | ap-northeast-2 | cloudsearch.ap-northeast-2.amazonaws.com | HTTPS |
Asia Pacific (Singapore) | ap-southeast-1 | cloudsearch.ap-southeast-1.amazonaws.com | HTTPS |
Asia Pacific (Sydney) | ap-southeast-2 | cloudsearch.ap-southeast-2.amazonaws.com | HTTPS |
Asia Pacific (Tokyo) | ap-northeast-1 | cloudsearch.ap-northeast-1.amazonaws.com | HTTPS |
Europe (Frankfurt) | eu-central-1 | cloudsearch.eu-central-1.amazonaws.com | HTTPS |
Europe (Ireland) | eu-west-1 | cloudsearch.eu-west-1.amazonaws.com | HTTPS |
South America (São Paulo) | sa-east-1 | cloudsearch.sa-east-1.amazonaws.com | HTTPS |
Service quotas
Name | Default | Adjustable | Description |
---|---|---|---|
Document batch size | Each supported Region: 5 Megabytes | No | The size of document batch uploads. |
Document size | Each supported Region: 1 Megabytes | No | The size of individual documents. |
Domains per account | Each supported Region: 100 | No | Number of search domains you can create per AWS account. |
Index fields | Each supported Region: 200 |
Yes |
The number of index fields per domain. A dynamic field counts as one index field, but typically matches multiple document fields. Dynamic fields can cause the total number of fields in your index to exceed this limit. If you use dynamic fields, keep the number of index fields below 1,000 to avoid performance issues. |
Partition count | Each supported Region: 10 |
Yes |
The minimum number of partitions your search index is distributed across per Amazon CloudSearch domain. |
Replication count | Each supported Region: 5 |
Yes |
The minimum number of replicas each partition of your Amazon CloudSearch domain would contain. |
Search document fields | Each supported Region: 200 | No | Number of fields per document. |
For more information, see Understanding Amazon CloudSearch Quotas in the Amazon CloudSearch Developer Guide.